Searched defs:w3 (Results 1 - 25 of 32) sorted by last modified time

12

/external/webp/src/dsp/
H A Denc_neon.c619 const int32x4_t w2, const int32x4_t w3) {
623 const int32x4_t s3 = vmlaq_s32(s2, w3, b.val[3]);
665 const int32x4_t w3 = ConvertU16ToS32(vld1_u16(w + 12)); local
666 const int64x1_t sum1 = DistoSum(vpass_a, w0, w1, w2, w3);
667 const int64x1_t sum2 = DistoSum(vpass_b, w0, w1, w2, w3);
617 DistoSum(const int32x4x4_t b, const int32x4_t w0, const int32x4_t w1, const int32x4_t w2, const int32x4_t w3) argument
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c6684 IRTemp w3 = newTemp( Ity_I32 ); local
6691 assign( w3, loadBE( Ity_I32, nextAddr ) );
6692 assign( w4, gen_byterev32( w3 ) );
H A Dhost_arm_isel.c4340 HReg w3, w2, w1, w0; local
4359 iselInt64Expr(&w3, &w2, env, e->Iex.Binop.arg1);
4363 w3, sp_12));
H A Dhost_generic_simd64.c64 static inline ULong mk16x4 ( UShort w3, UShort w2, argument
66 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2);
93 UChar w3, UChar w2,
97 UInt lo32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)
1201 static inline UInt mk8x4 ( UChar w3, UChar w2, argument
1203 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)
91 mk8x8( UChar w7, UChar w6, UChar w5, UChar w4, UChar w3, UChar w2, UChar w1, UChar w0 ) argument
/external/smack/src/org/xbill/DNS/
H A DLOCRecord.java18 private static NumberFormat w2, w3; field in class:LOCRecord
27 w3 = new DecimalFormat();
28 w3.setMinimumIntegerDigits(3);
205 renderFixedPoint(sb, w3, temp, 1000); /* seconds */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp422 double w1,w2,w3; local
444 w3 = W[i-1][j-1].w_south + _cvBendingWork( /*&null_edge*/&small_edge,
452 if(w1<w3)
459 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
465 if( w2<w3)
472 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
/external/openfst/src/test/
H A Dweight-tester.h44 Weight w3 = weight_generator_(); local
49 VLOG(1) << "w3 = " << w3;
51 TestSemiring(w1, w2, w3);
55 TestEquality(w1, w2, w3);
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { argument
72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3))); local
73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3))); local
168 TestEquality(Weight w1, Weight w2, Weight w3) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
569 w3 = w0 - l3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c721 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
771 w3 = _mm_add_epi32(u3, u11);
789 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
852 w3 = _mm_add_epi32(v3, v7);
861 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c361 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
368 res4 = _mm_packs_epi32(w2, w3);
423 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
430 res7 = _mm_packs_epi32(w2, w3);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
872 w3 = _mm_add_epi32(u3, u11);
890 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
953 w3 = _mm_add_epi32(v3, v7);
962 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
1273 const __m128i w3 local
1337 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1369 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1391 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1425 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1447 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1481 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1503 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1525 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1547 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
[all...]
H A Dvp9_dct_sse2.c141 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
145 // w3 = [bC bD bB bA]
147 const __m128i x1 = _mm_packs_epi32(w2, w3);
186 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS2); local
190 // w3 = [o3 o7 oB oF]
193 const __m128i x1 = _mm_packs_epi32(w2, w3);
462 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
469 res4 = _mm_packs_epi32(w2, w3);
524 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
531 res7 = _mm_packs_epi32(w2, w3);
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1374 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1438 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1470 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1492 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1526 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1548 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1582 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1604 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1626 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1648 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
[all...]
/external/libunwind/src/hppa/
H A DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; local
61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0)
67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
/external/libunwind/src/x86/
H A DGos-freebsd.c42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
81 (*a->access_mem) (as, ip + 12, &w3, 0, arg) < 0)
84 (w3 & 0xff) == 0x80)
91 w3 == 0x14688e03 && w4 == 0x0001a1b8 && w5 == 0x80cd5000)
/external/fdlibm/
H A De_lgamma_r.c58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
151 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1237 const tcu::Vec4 w3 = tcu::Vec4(point.v0->position.x() + offset, point.v0->position.y() - offset, point.v0->position.z(), point.v0->position.w()); local
1240 rasterizer2.init(w0, w2, w3);
/external/clang/test/Analysis/
H A Darray-struct-region.c314 ShortStringWrapper w3 = w2; local
315 clang_analyzer_eval(w3.str.data[0] == 'a'); // expected-warning{{TRUE}}
316 clang_analyzer_eval(w3.str.data[1] == 'b'); // expected-warning{{TRUE}}
317 clang_analyzer_eval(w3.str.data[2] == 'c'); // expected-warning{{TRUE}}
318 clang_analyzer_eval(w3.length == 0); // expected-warning{{TRUE}}
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp45 IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) {
65 clang_analyzer_eval(w3.start().impl == w3.start().impl);
44 testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) argument
/external/clang/test/Headers/
H A Dstddefneeds.cpp33 wint_t w3; // expected-error{{unknown}} variable
/external/clang/lib/Headers/
H A Demmintrin.h1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1159 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1161 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_mips.c26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
70 "lwl %[w3], 11(%[out2_pos2]) \n\t"
74 "lwr %[w3], 8(%[out2_pos2]) \n\t"
79 "dpa.w.ph $ac0, %[w3], %[coef3] \n\t"
85 "lwl %[w3], 7(%[inputState]) \n\t"
90 "lwr %[w3], 4(%[inputState]) \n\t"
94 "swl %[w3], 9(%[inputState]) \n\t"
97 "swr %[w3], 6(%[inputState]) \n\t"
100 "dpa.w.ph $ac1, %[kDampF2], %[w3] \n\t"
121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
569 w3 = w0 - l3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c650 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
700 w3 = _mm_add_epi32(u3, u11);
718 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
781 w3 = _mm_add_epi32(v3, v7);
790 v3 = _mm_add_epi32(w3, k__DCT_CONST_ROUNDING);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c172 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
176 // w3 = [bC bD bB bA]
178 const __m128i x1 = _mm_packs_epi32(w2, w3);
217 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS2); local
221 // w3 = [o3 o7 oB oF]
224 const __m128i x1 = _mm_packs_epi32(w2, w3);
533 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
540 res4 = _mm_packs_epi32(w2, w3);
595 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
602 res7 = _mm_packs_epi32(w2, w3);
945 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1461 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1525 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1557 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1579 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1613 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1635 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1669 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1691 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1713 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
1735 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS); local
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Drect_unittest.cc90 int w3; member in struct:gfx::__anon16846
115 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
136 int w3; member in struct:gfx::Test
164 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);
194 int w3; member in struct:gfx::Test
216 Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3);

Completed in 7924 milliseconds

12