Home
last modified time | relevance | path

Searched refs:s03 (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/math/
Dj1.c109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable
129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
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/porting/liteos_a/kernel/src/math/
Dj1f.c60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable
80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
Dj1.c109 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/
DEncUT_EncoderMbAux.cpp158 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/
Dstream_converter.cpp173 …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()
Dstrtol_converter.cpp178 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/
Dstandalone_HTML.manifest45 boost_pool/indexes/s03.html
/third_party/openh264/codec/common/x86/
Ddct.asm438 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/
Dconv3x3_int8.c470 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/
Dexecute_test.cc988 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/
Dstandalone_HTML.manifest88 boost_multiprecision/indexes/s03.html
/third_party/boost/libs/numeric/odeint/doc/html/
Dstandalone_HTML.manifest194 odeint/indexes/s03.html
/third_party/skia/third_party/externals/libwebp/src/dsp/
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()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
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()
/third_party/boost/libs/math/doc/html/
Dstandalone_HTML.manifest458 indexes/s03.html
/third_party/boost/doc/html/
Ddoc_HTML.manifest1663 lambda/s03.html