Searched defs:w6 (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A De_lgamma_r.c58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
154 w6 = -1.63092934096575273989e-03; /* 0xBF5AB89D, 0x0B9E43E4 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c90 static inline ULong mk8x8 ( UChar w7, UChar w6, argument
94 UInt hi32 = (((UInt)w7) << 24) | (((UInt)w6) << 16)
/external/clang/lib/Headers/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/external/clang/lib/include/
H A Demmintrin.h1097 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1099 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1151 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1153 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };

Completed in 348 milliseconds