/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/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 | 456 INT t0,t1,t00,t01; in FDKaacEnc_countEsc() local 467 t00 = fixMin(t0,16); in FDKaacEnc_countEsc() 469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_countEsc() 548 INT i,t0,t1,t2,t3,t00,t01; in FDKaacEnc_countValues() local 742 t00 = fixMin(t0,16); in FDKaacEnc_countValues() 745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_countValues() 782 INT i,t0,t1,t2,t3,t00,t01; in FDKaacEnc_codeValues() local 1070 t00 = fixMin(t0,16); in FDKaacEnc_codeValues() 1073 codeWord = FDKaacEnc_huff_ctab11[t00][t01]; in FDKaacEnc_codeValues() 1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_codeValues()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 109 const GLfloat t00[4], const GLfloat t10[4], in lerp_rgba_2d() 112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]); in lerp_rgba_2d() 113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]); in lerp_rgba_2d() 114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]); in lerp_rgba_2d() 115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]); in lerp_rgba_2d() 1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear() local 1179 get_border_color(samp, img, t00); in sample_2d_linear() 1182 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear() 1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11); in sample_2d_linear() 1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear_repeat() local [all …]
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 1218 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); in OPENCV_HAL_IMPL_SSE_TRANSPOSE4x4() local 1222 __m128i t10 = _mm_unpacklo_epi8(t00, _mm_unpackhi_epi64(t01, t01)); in OPENCV_HAL_IMPL_SSE_TRANSPOSE4x4() 1223 __m128i t11 = _mm_unpacklo_epi8(_mm_unpackhi_epi64(t00, t00), t02); in OPENCV_HAL_IMPL_SSE_TRANSPOSE4x4() 1269 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); in v_load_deinterleave() local 1273 __m128i t10 = _mm_unpacklo_epi16(t00, _mm_unpackhi_epi64(t01, t01)); in v_load_deinterleave() 1274 __m128i t11 = _mm_unpacklo_epi16(_mm_unpackhi_epi64(t00, t00), t02); in v_load_deinterleave() 1311 __m128i t00 = _mm_loadu_si128((const __m128i*)ptr); in v_load_deinterleave() local 1315 __m128i t10 = _mm_unpacklo_epi32(t00, _mm_unpackhi_epi64(t01, t01)); in v_load_deinterleave() 1316 __m128i t11 = _mm_unpacklo_epi32(_mm_unpackhi_epi64(t00, t00), t02); in v_load_deinterleave()
|