Searched refs:s03 (Results 1 – 5 of 5) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | TestCustomValueInstDefaults.java | 60 s01, s02, s03, s04, s05, s06, s07, s08, field in TestCustomValueInstDefaults.BigBucket 83 @JsonProperty("s03") String s03, in BigBucket() argument 107 this.s01 = s01; this.s02 = s02; this.s03 = s03; this.s04 = s04; in BigBucket() 179 String s03 = BigBucket.DEFAULT_S; in createFromObjectWith() local 215 else if (name.equals("s03")) s03 = (String) value; in createFromObjectWith() 234 s01, s02, s03, s04, s05, s06, s07, s08, in createFromObjectWith() 515 assertEquals(BigBucket.DEFAULT_S, big.s03); in testMoreThan32CreatorParams()
|
/external/musl/src/math/ |
D | j1.c | 109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable 129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
|
D | j1f.c | 60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable 80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
|
/external/fdlibm/ |
D | 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/webp/src/dsp/ |
D | enc_sse2.c | 233 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()
|