Home
last modified time | relevance | path

Searched refs:s03 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dj1.c109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable
129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
H A Dj1f.c60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable
80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
/third_party/musl/src/math/
H A Dj1.c109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable
129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
H A Dj1f.c60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable
80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_sse2.c233 const __m128i s03 = _mm_packs_epi32(tmp0, tmp2); in FTransformPass1_SSE2() local
235 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... in FTransformPass1_SSE2()
236 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 in FTransformPass1_SSE2()

Completed in 6 milliseconds