Home
last modified time | relevance | path

Searched refs:Temp1 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dsbrdsp_mips.c65 int Temp1, Temp2, Temp3, Temp4, Temp5, Temp6; in sbr_qmf_pre_shuffle_mips() local
114 : [Temp1]"=&r"(Temp1), [Temp2]"=&r"(Temp2), in sbr_qmf_pre_shuffle_mips()
125 int Temp1, Temp2, Temp3, Temp4, Temp5; in sbr_qmf_post_shuffle_mips() local
160 : [Temp1]"=&r"(Temp1), [Temp2]"=&r"(Temp2), in sbr_qmf_post_shuffle_mips()
/third_party/ltp/testcases/kernel/fs/fs_maim/
Dmaimparts53 ($Junk,$Temp1) = split(/\: /,$Geom,2);
54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3);
/third_party/typescript/tests/baselines/reference/
DcallsOnComplexSignatures.symbols16 interface Temp1 {
17 >Temp1 : Symbol(Temp1, Decl(callsOnComplexSignatures.tsx, 6, 37))
20 >getValue : Symbol(Temp1.getValue, Decl(callsOnComplexSignatures.tsx, 8, 21))
34 function test(t: Temp1 | Temp2) {
37 >Temp1 : Symbol(Temp1, Decl(callsOnComplexSignatures.tsx, 6, 37))
DcallsOnComplexSignatures.errors.txt13 interface Temp1 {
21 function test(t: Temp1 | Temp2) {
DcallsOnComplexSignatures.js10 interface Temp1 {
18 function test(t: Temp1 | Temp2) {
DcallsOnComplexSignatures.types16 interface Temp1 {
28 function test(t: Temp1 | Temp2) {
29 >test : (t: Temp1 | Temp2) => void
30 >t : Temp1 | Temp2
36 >t : Temp1 | Temp2
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
Dmatrix.h306 __m128 Temp1 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(1, 1, 1, 1)); in glm_mat4_determinant_highp() local
307 __m128 Vec1 = _mm_shuffle_ps(Temp1, Temp1, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_determinant_highp()
646 __m128 Temp1 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(1, 1, 1, 1)); in glm_mat4_inverse() local
647 __m128 Vec1 = _mm_shuffle_ps(Temp1, Temp1, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse()
867 __m128 Temp1 = _mm_shuffle_ps(in[1], in[0], _MM_SHUFFLE(1, 1, 1, 1)); in glm_mat4_inverse_lowp() local
868 __m128 Vec1 = _mm_shuffle_ps(Temp1, Temp1, _MM_SHUFFLE(2, 2, 2, 0)); in glm_mat4_inverse_lowp()
/third_party/typescript/tests/cases/compiler/
DcallsOnComplexSignatures.tsx12 interface Temp1 {
20 function test(t: Temp1 | Temp2) {