Searched refs:w1 (Results 201 - 225 of 245) sorted by relevance

12345678910

/external/tensorflow/tensorflow/python/training/
H A Dsaver_test.py205 w1 = resource_variable_ops.ResourceVariable(1.0, name="w1")
207 graph_saver = saver_module.Saver([w1, w2])
215 w1 = resource_variable_ops.ResourceVariable(0.0, name="w1")
218 graph_saver = saver_module.Saver([w1, w2])
221 self.assertAllEqual(self.evaluate(w1), 1.0)
/external/v8/src/arm64/
H A Dsimulator-arm64.cc796 "w0", "w1", "w2", "w3", "w4", "w5", "w6", "w7",
2117 int64_t u1, v1, w1, w2, t;
2126 w1 = t & 0xffffffffL;
2128 w1 = u0 * v1 + w1;
2130 return u1 * v1 + w2 + (w1 >> 32);
H A Dcode-stubs-arm64.cc1523 __ Lsl(previous_index_in_bytes, w1, string_encoding);
3370 __ Ldr(w1, MemOperand(handle_scope_base, kLevelOffset));
3371 __ Cmp(w1, level_reg);
/external/libavc/common/armv8/
H A Dih264_deblk_luma_av8.s63 //* @param[in] w1 - src_strd
93 sxtw x1, w1
218 //* @param[in] w1 - src_strd
244 sxtw x1, w1
406 //* @param[in] w1 - src_strd
437 sxtw x1, w1
749 //* @param[in] w1 - src_strd
/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c1419 OPJ_FLOAT64 w1 = 1, w2, wmsedec; local
1423 w1 = mct_norms[compno];
1432 wmsedec = w1 * w2 * stepsize * (1 << bpno);
/external/libvncserver/webclients/novnc/include/
H A Drfb.js1612 var w1 = Math.floor(width / 8);
1616 for (x = 0; x < w1; x++) {
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp834 double w1 = (double)ppNew[element[1]]->r.width * scale_templ; local
841 (int)pow(w1 - (double)rTempl[element[1]].width, 2) +
/external/swiftshader/src/Shader/
H A DVertexRoutine.cpp536 UShort w1 = *Pointer<UShort>(source1 + 6); local
541 v.w.y = *Pointer<Float>(constants + OFFSET(Constants,half2float) + Int(w1) * 4);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocLinearScan.cpp921 static bool weightsAreClose(float w1, float w2) { argument
925 float diff = w1 - w2;
/external/valgrind/shared/
H A Dvg_replace_strmem.c1070 UWord w1 = *(UWord*)s1A; \
1072 if (w1 != w2) break; \
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1916 const float w1 = rnd.getFloat(0.1f, 4.0f);
1921 outData[6 * (col * numRows + row) + 1] = tcu::Vec4(quad[1].x() * w1, quad[1].y() * w1, 0.0f, w1);
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1452 const float w1 = rnd.getFloat(0.1f, 4.0f);
1457 outData[6 * (col * numRows + row) + 1] = tcu::Vec4(quad[1].x() * w1, quad[1].y() * w1, 0.0f, w1);
/external/python/cpython2/Objects/
H A Dlongobject.c2075 and w1 should satisfy 2 <= ABS(Py_SIZE(w1)) <= ABS(Py_SIZE(v1)). */
2078 x_divrem(PyLongObject *v1, PyLongObject *w1, PyLongObject **prem) argument
2096 size_w = ABS(Py_SIZE(w1));
2110 /* normalize: shift w1 left so that its top digit is >= PyLong_BASE/2.
2112 d = PyLong_SHIFT - bits_in_digit(w1->ob_digit[size_w-1]);
2113 carry = v_lshift(w->ob_digit, w1->ob_digit, size_w, d);
/external/python/cpython3/Lib/test/
H A Dtest_zipfile.py1469 with zipf.open('bar', mode='w') as w1:
1480 w1.write(msg2)
1955 with zipf.open('twos', 'w') as w1:
1956 w1.write(self.data2)
/external/python/cpython3/Objects/
H A Dlongobject.c2597 and w1 should satisfy 2 <= Py_ABS(Py_SIZE(w1)) <= Py_ABS(Py_SIZE(v1)). */
2600 x_divrem(PyLongObject *v1, PyLongObject *w1, PyLongObject **prem) argument
2618 size_w = Py_ABS(Py_SIZE(w1));
2632 /* normalize: shift w1 left so that its top digit is >= PyLong_BASE/2.
2634 d = PyLong_SHIFT - bits_in_digit(w1->ob_digit[size_w-1]);
2635 carry = v_lshift(w->ob_digit, w1->ob_digit, size_w, d);
/external/llvm/test/MC/AArch64/
H A Dneon-diagnostics.s4308 ins v2.b[16], w1
4318 // CHECK-ERROR: ins v2.b[16], w1
4342 smov w1, v0.b[16]
4347 smov w1, v0.d[0]
4354 // CHECK-ERROR: smov w1, v0.b[16]
4369 // CHECK-ERROR: smov w1, v0.d[0]
4384 umov w1, v0.b[16]
4388 umov w1, v0.d[0]
4393 // CHECK-ERROR: umov w1, v0.b[16]
4405 // CHECK-ERROR: umov w1, v
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc41 int64_t u1, v1, w1, w2, t; local
50 w1 = t & 0xffffffffL;
52 w1 = u0 * v1 + w1;
54 return u1 * v1 + w2 + (w1 >> 32);
/external/valgrind/VEX/priv/
H A Dguest_x86_helpers.c2538 __asm__ __volatile__("movl $0,%%eax; inl %w1,%0"
2542 __asm__ __volatile__("movl $0,%%eax; inw %w1,%w0"
2546 __asm__ __volatile__("movl $0,%%eax; inb %w1,%b0"
2568 __asm__ __volatile__("outl %0, %w1"
2572 __asm__ __volatile__("outw %w0, %w1"
2576 __asm__ __volatile__("outb %b0, %w1"
2620 static inline ULong mk32x2 ( UInt w1, UInt w0 ) { argument
2621 return (((ULong)w1) << 32) | ((ULong)w0);
/external/valgrind/exp-sgcheck/
H A Dsg_main.c1485 UWord w1 = (UWord)descr->base; local
1487 UWord ea = w1 + w2;
/external/elfutils/libcpu/
H A Di386_parse.y328 else if (strcmp ($5->name, "w1") == 0)
1162 EMIT_SUFFIX (w1);
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s630 dup v28.8b,w1
/external/libvncserver/libvncserver/
H A Drfbserver.c859 int w1=Swap16IfLE(*w); local
862 rfbScaledCorrection(cl->scaledScreen, cl->screen, &x1, &y1, &w1, &h1, "rectSwapIfLEAndClip");
865 *w = w1;
/external/opencv/cv/src/
H A Dcvimgwarp.cpp435 float w0, w1, w2, w3; \
523 w1 = icvCubicCoeffs[ify*2]; \
529 worktype val = cast_macro1( row0[dx]*w0 + row1[dx]*w1 + \
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc882 __ Ldr(w1, MemOperand(x0));
885 __ Mov(w1, FLAG_deopt_every_n_times);
886 __ Str(w1, MemOperand(x0));
893 __ Str(w1, MemOperand(x0));
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc737 __ Mov(start_offset(), w1);

Completed in 929 milliseconds

12345678910