Searched defs:w4 (Results 1 - 17 of 17) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DFormattedTime.java16 private static NumberFormat w2, w4; field in class:FormattedTime
22 w4 = new DecimalFormat();
23 w4.setMinimumIntegerDigits(4);
24 w4.setGroupingUsed(false);
41 sb.append(w4.format(c.get(Calendar.YEAR)));
/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
71 "lwl %[w4], 15(%[out2_pos2]) \n\t"
75 "lwr %[w4], 12(%[out2_pos2]) \n\t"
80 "dpa.w.ph $ac0, %[w4], %[coef4] \n\t"
88 "li %[w4], 16384 \n\t"
91 "mtlo %[w4], $ac1 \n\t"
101 "lh %[w4], 0(%[input1]) \n\t"
110 "subu %[w2], %[w4], %[w2] \n\t"
114 "addu %[w2], %[w2], %[w4] \n\t"
121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "=&r" (w3), [w4] "
[all...]
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp45 IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) {
72 clang_analyzer_eval(w4.start().impl == w4.start().impl);
44 testWrappers(BeginOnlySet &w1, IteratorStructOnlySet &w2, IteratorTypedefOnlySet &w3, IteratorUsingOnlySet &w4) argument
/external/clang/test/Headers/
H A Dstddefneeds.cpp42 wint_t w4; // expected-error{{unknown}} variable
/external/libunwind/src/x86/
H A DGos-freebsd.c42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
87 if ((*a->access_mem) (as, ip + 16, &w4, 0, arg) < 0 ||
91 w3 == 0x14688e03 && w4 == 0x0001a1b8 && w5 == 0x80cd5000)
/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
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
/external/fdlibm/
H A De_lgamma_r.c152 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/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
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
/external/tcpdump/
H A Dprint-tipc.c134 u_int32_t w4; member in struct:internal_tipc_pkthdr
145 #define TIPC_LAST_SENT_FRAG(w4) (((w4) >> 16) & 0xFFFF)
146 #define TIPC_NEXT_SENT_FRAG(w4) (((w4) >> 0) & 0xFFFF)
232 u_int32_t w0, w1, w2, w4, w5, w9; local
276 w4 = EXTRACT_32BITS(&ap->w4);
277 last_sent_frag = TIPC_LAST_SENT_FRAG(w4);
278 next_sent_frag = TIPC_NEXT_SENT_FRAG(w4);
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c92 UChar w5, UChar w4,
96 | (((UInt)w5) << 8) | (((UInt)w4) << 0);
91 mk8x8( UChar w7, UChar w6, UChar w5, UChar w4, UChar w3, UChar w2, UChar w1, UChar w0 ) argument
H A Dguest_ppc_toIR.c6685 IRTemp w4 = newTemp( Ity_I32 ); local
6692 assign( w4, gen_byterev32( w3 ) );
6693 putIReg( rD_addr, binop( Iop_32HLto64, mkexpr( w4 ), mkexpr( w2 ) ) );
/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
701 w4 = _mm_add_epi32(u4, u12);
719 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
782 w4 = _mm_sub_epi32(v0, v4);
791 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c534 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
541 res2 = _mm_packs_epi32(w4, w5);
596 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
603 res5 = _mm_packs_epi32(w4, w5);
945 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
993 w4 = _mm_add_epi32(u4, u12);
1011 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
1074 w4 = _mm_sub_epi32(v0, v4);
1083 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
1462 const __m128i w4 local
1526 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
[all...]
/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/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
85 const __m128i res1 = _mm_packs_epi32(w4, w6);
362 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
369 res2 = _mm_packs_epi32(w4, w5);
424 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
431 res5 = _mm_packs_epi32(w4, w5);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
873 w4 = _mm_add_epi32(u4, u12);
891 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
954 w4
1274 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1338 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
[all...]
H A Dvp9_dct_sse2.c463 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
470 res2 = _mm_packs_epi32(w4, w5);
525 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
532 res5 = _mm_packs_epi32(w4, w5);
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
974 w4 = _mm_add_epi32(u4, u12);
992 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
1055 w4 = _mm_sub_epi32(v0, v4);
1064 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
1375 const __m128i w4 local
1439 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
[all...]
/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
772 w4 = _mm_add_epi32(u4, u12);
790 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
853 w4 = _mm_sub_epi32(v0, v4);
862 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);

Completed in 421 milliseconds