/third_party/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()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
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()
|
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()
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 158 const int s03 = iDiff[i][0] - iDiff[i][3]; in Sub4x4DctAnchor() local 161 tmp[1][i] = 2 * s03 + s12; in Sub4x4DctAnchor() 163 tmp[3][i] = s03 - 2 * s12; in Sub4x4DctAnchor() 168 const int s03 = tmp[i][0] - tmp[i][3]; in Sub4x4DctAnchor() local 171 iDct[i][1] = 2 * s03 + s12; in Sub4x4DctAnchor() 173 iDct[i][3] = s03 - 2 * s12; in Sub4x4DctAnchor()
|
/third_party/boost/libs/convert/test/ |
D | stream_converter.cpp | 173 …boost::optional<string> s03 = convert<string>(12, cnv(std::setw(5))(std::setfill('*'))(std::left)); in test_width() local 177 BOOST_TEST(s03 && s03.value() == "12***"); // Field width = 5, filler = '*', left adjustment in test_width()
|
D | strtol_converter.cpp | 178 string s03 = convert<string>( 12, cnv(arg::width = 5) in test_width() local 194 BOOST_TEST(s03 == "12xxx"); in test_width()
|
/third_party/boost/libs/pool/doc/html/ |
D | standalone_HTML.manifest | 45 boost_pool/indexes/s03.html
|
/third_party/openh264/codec/common/x86/ |
D | dct.asm | 438 punpckhqdq %2, %1 ; s03 = [x0+x3,x0-x3] 441 pmullw %1, [pic(wels_4xp1w_4xp2w)] ; [s03[0],2*s03[1]] 442 paddw %1, %3 ; [y0,y1] = [s03[0]+s12[0],2*s03[1]+s12[1]] 444 psubw %2, %3 ; [y2,y3] = [s03[0]-s12[0],s03[1]-2*s12[1]]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | conv3x3_int8.c | 470 int32x4_t s03 = vld1q_s32(gemm_out + 12); in Conv3x3Int8OutputUnit() local 490 int32x4_t t03 = vshrq_n_s32(vaddq_s32(vaddq_s32(s03, s13), s23), 1); in Conv3x3Int8OutputUnit() 591 int32_t s03 = (local_ptr + 12)[0]; in Conv3x3Int8OutputUnit() local 611 int32_t t03 = (s03 + s13 + s23) / 2; in Conv3x3Int8OutputUnit() 672 int32_t s03 = (local_ptr + 12)[0]; in Conv3x3Int8OutputUnit() local 692 int32_t t03 = (s03 + s13 + s23) / 2; in Conv3x3Int8OutputUnit()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | execute_test.cc | 988 Status s03 = Transform03(input_03, &input_03); in TEST_F() local 989 EXPECT_TRUE(s03.IsOk()); in TEST_F() 1025 Status s03 = Transform03(input_03, &input_03); in TEST_F() local 1026 EXPECT_TRUE(s03.IsOk()); in TEST_F() 1052 Status s03 = Transform03(input_03, &input_03); in TEST_F() local 1053 EXPECT_FALSE(s03.IsOk()); in TEST_F()
|
/third_party/boost/libs/multiprecision/doc/html/ |
D | standalone_HTML.manifest | 88 boost_multiprecision/indexes/s03.html
|
/third_party/boost/libs/numeric/odeint/doc/html/ |
D | standalone_HTML.manifest | 194 odeint/indexes/s03.html
|
/third_party/skia/third_party/externals/libwebp/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()
|
/third_party/flutter/skia/third_party/externals/libwebp/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()
|
/third_party/boost/libs/math/doc/html/ |
D | standalone_HTML.manifest | 458 indexes/s03.html
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 1663 lambda/s03.html
|