OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s03
(Results
1 - 4
of
4
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
e_j1.c
79
s03
= 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */
variable
122
s = one+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
e_j1f.c
36
s03
= 1.1771846857e-06, /* 0x359dffc2 */
variable
79
s = one+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
/external/fdlibm/
e_j1.c
83
s03
= 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */
variable
130
s = one+z*(s01+z*(s02+z*(
s03
+z*(s04+z*s05))));
/external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c
402
const __m128i
s03
= _mm_packs_epi32(tmp0, tmp2);
local
404
const __m128i s_lo = _mm_unpacklo_epi16(
s03
, s12); // 0 1 0 1 0 1...
405
const __m128i s_hi = _mm_unpackhi_epi16(
s03
, s12); // 2 3 2 3 2 3
[
all
...]
Completed in 3908 milliseconds