Home
last modified time | relevance | path

Searched refs:temp20 (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Denc_mips32.c123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local
131 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15) in ITransformOne()
144 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in ITransformOne()
479 int temp17, temp18, temp19, temp20; in FTransform() local
502 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in FTransform()
/external/llvm/test/CodeGen/R600/
Dschedule-fs-loop-nested.ll61 %temp20.0 = phi float [ %50, %ENDIF30 ], [ 0.000000e+00, %LOOP ]
62 %38 = bitcast float %temp20.0 to i32
78 %48 = bitcast float %temp20.0 to i32
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c397 temp18, temp19, temp20; in ih264_iquant_itrans_recon_8x8_ssse3() local
755 temp20 = _mm_unpackhi_epi16(temp3, temp4); //e2 e3 f2 f3 g2 g3 h2 h3 in ih264_iquant_itrans_recon_8x8_ssse3()
759 resq_r2_1 = _mm_unpacklo_epi32(temp18, temp20); //e0 e1 e2 e3 f0 f1 f2 f3 in ih264_iquant_itrans_recon_8x8_ssse3()
760 resq_r3_1 = _mm_unpackhi_epi32(temp18, temp20); //g0 g2 g2 g3 h0 h1 h2 h3 in ih264_iquant_itrans_recon_8x8_ssse3()
770 temp20 = _mm_unpackhi_epi16(temp7, temp8); //e6 e7 f6 f7 g6 g7 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3()
774 resq_r6_1 = _mm_unpacklo_epi32(temp18, temp20); //e4 e5 e6 e7 f4 f5 f6 f7 in ih264_iquant_itrans_recon_8x8_ssse3()
775 resq_r7_1 = _mm_unpackhi_epi32(temp18, temp20); //g4 g5 g6 g7 h4 h5 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix3f.java791 float temp20, temp21, temp22; in mult() local
802 temp20 = m20 * mat.m00 + m21 * mat.m10 + m22 * mat.m20; in mult()
812 product.m20 = temp20; in mult()
DMatrix4f.java1020 float temp20, temp21, temp22, temp23; in mult() local
1057 temp20 = m20 * in2.m00 in mult()
1099 store.m20 = temp20; in mult()