/external/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 8 %t00 = atomicrmw add i32* @si, i32 1 monotonic 28 %t00 = atomicrmw add i32* @si, i32 11 monotonic 29 store i32 %t00, i32* @si, align 4 60 %t00 = atomicrmw xchg i32* @si, i32 1 monotonic 61 store i32 %t00, i32* @si, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | Atomics.ll | 8 %t00 = atomicrmw add i32* @si, i32 1 monotonic 28 %t00 = atomicrmw add i32* @si, i32 11 monotonic 29 store i32 %t00, i32* @si, align 4 60 %t00 = atomicrmw xchg i32* @si, i32 1 monotonic 61 store i32 %t00, i32* @si, align 4
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 36 __m128i t00[2], t01[2], t10[2], t11[2]; in highbd_iadst_butterfly_sse4_1() local 41 t00[0] = _mm_mul_epi32(pair_c0, x0[0]); in highbd_iadst_butterfly_sse4_1() 42 t00[1] = _mm_mul_epi32(pair_c0, x0[1]); in highbd_iadst_butterfly_sse4_1() 50 s0[0] = _mm_add_epi64(t00[0], t11[0]); in highbd_iadst_butterfly_sse4_1() 51 s0[1] = _mm_add_epi64(t00[1], t11[1]); in highbd_iadst_butterfly_sse4_1()
|
D | vp9_highbd_iht16x16_add_sse4.c | 36 __m128i t00[2], t01[2], t10[2], t11[2]; in highbd_iadst_butterfly_sse4_1() local 41 t00[0] = _mm_mul_epi32(pair_c0, x0[0]); in highbd_iadst_butterfly_sse4_1() 42 t00[1] = _mm_mul_epi32(pair_c0, x0[1]); in highbd_iadst_butterfly_sse4_1() 50 s0[0] = _mm_add_epi64(t00[0], t11[0]); in highbd_iadst_butterfly_sse4_1() 51 s0[1] = _mm_add_epi64(t00[1], t11[1]); in highbd_iadst_butterfly_sse4_1()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_estimator.cc | 215 double t00, t01; in KalmanEstimateChannel() local 265 t00 = _thetaCov[0][0]; in KalmanEstimateChannel() 267 _thetaCov[0][0] = (1 - kalmanGain[0] * deltaFSBytes) * t00 - in KalmanEstimateChannel() 272 kalmanGain[1] * deltaFSBytes * t00; in KalmanEstimateChannel()
|
/external/aac/libAACenc/src/ |
D | bit_cnt.cpp | 488 INT t0, t1, t00, t01; in FDKaacEnc_countEsc() local 499 t00 = fixMin(t0, 16); in FDKaacEnc_countEsc() 501 bc11 += (INT)FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_countEsc() 727 INT i, t0, t1, t2, t3, t00, t01; in FDKaacEnc_codeValues() local 915 t00 = fixMin(t0, 16); in FDKaacEnc_codeValues() 918 codeWord = FDKaacEnc_huff_ctab11[t00][t01]; in FDKaacEnc_codeValues() 919 codeLength = (INT)FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_codeValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/ |
D | bitwise-pred-128b.ll | 3 ; CHECK-LABEL: t00 5 define <128 x i8> @t00(<128 x i8> %a0, <128 x i8> %a1) #0 {
|
D | bitwise-pred-64b.ll | 3 ; CHECK-LABEL: t00 5 define <64 x i8> @t00(<64 x i8> %a0, <64 x i8> %a1) #0 {
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 111 const GLfloat t00[4], const GLfloat t10[4], in lerp_rgba_2d() 114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]); in lerp_rgba_2d() 115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]); in lerp_rgba_2d() 116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]); in lerp_rgba_2d() 117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]); in lerp_rgba_2d() 1162 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear() local 1182 get_border_color(samp, img, t00); in sample_2d_linear() 1185 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear() 1206 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11); in sample_2d_linear() 1226 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear_repeat() local [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_shuffle-37.ll | 5 define <4 x i32> @t00(<4 x i32>* %a0) nounwind ssp {
|
D | vec_shuffle-15.ll | 3 define <2 x i64> @t00(<2 x i64> %a, <2 x i64> %b) nounwind {
|
/external/epid-sdk/epid/common/math/src/ |
D | pairing.c | 2145 FfElement* t00 = NULL; in SquareCyclotomic() local 2189 result = NewFfElement(ps->Fq2, &t00); in SquareCyclotomic() 2239 result = SquareForFq4(ps, t00, t11, a[0], a[3]); in SquareCyclotomic() 2252 sts = ippsGFpAdd(t00->ipp_ff_elem, t00->ipp_ff_elem, e[0]->ipp_ff_elem, in SquareCyclotomic() 2255 sts = ippsGFpAdd(e[0]->ipp_ff_elem, t00->ipp_ff_elem, e[0]->ipp_ff_elem, in SquareCyclotomic() 2363 DeleteFfElement(&t00); in SquareCyclotomic()
|