Searched refs:t00 (Results 1 – 6 of 6) sorted by relevance
/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 | 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 {
|