Home
last modified time | relevance | path

Searched refs:t1a (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/extractFunction/
DextractFunction13.ts3 function F1<T1a, T1b>(t1a: T1a, t1b: T1b) {
7 /*[#|*/t1a.toString();
19 function F1<T1a, T1b>(t1a: T1a, t1b: T1b) {
26 t1a.toString();
39 function F1<T1a, T1b>(t1a: T1a, t1b: T1b) {
47 t1a.toString();
59 function F1<T1a, T1b>(t1a: T1a, t1b: T1b) {
69 t1a.toString();
79 function F1<T1a, T1b>(t1a: T1a, t1b: T1b) {
83 /*RENAME*/newFunction<U1a, T1a, U2a, T2a, U3a>(t1a, t2a, u1a, u2a, u3a);
[all …]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
Dsha256-c64xplus.pl34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
134 ROTL $A,10,$t1a
142 XOR $t1a,$S0,$S0 ; Sigma0(a)
173 ROTL $A,10,$t1a
181 XOR $t1a,$S0,$S0 ; Sigma0(a)
206 || ROTL $X14,13,$t1a ; modulo-scheduled
213 || XOR $t1a,$s1,$s1 ; sigma1(X[i+14])
227 ROTL $A,10,$t1a
236 XOR $t1a,$S0,$S0 ; Sigma0(a)
250 || ROTL $X14,13,$t1a ; modulo-scheduled
/third_party/openssl/crypto/sha/asm/
Dsha256-c64xplus.pl34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
134 ROTL $A,10,$t1a
142 XOR $t1a,$S0,$S0 ; Sigma0(a)
173 ROTL $A,10,$t1a
181 XOR $t1a,$S0,$S0 ; Sigma0(a)
206 || ROTL $X14,13,$t1a ; modulo-scheduled
213 || XOR $t1a,$s1,$s1 ; sigma1(X[i+14])
227 ROTL $A,10,$t1a
236 XOR $t1a,$S0,$S0 ; Sigma0(a)
250 || ROTL $X14,13,$t1a ; modulo-scheduled
/third_party/selinux/secilc/test/
Din_test.cil27 (type t1a)
33 (allow t1a self (CLASS (PERM1)))
37 (allow t1a self (CLASS (PERM2)))
38 (allow b1.t1a self (CLASS (PERM3)))
39 (allow .b1.t1a self (CLASS (PERM4)))
126 ;; b1.t1a, b1.t1b
133 ;; allow b1.t1a b1.t1a : CLASS { PERM1 PERM2 PERM3 PERM4 };
Dname_resolution_test.cil33 (type t1a)
34 (allow t1a self (CLASS (PERM)))
38 (allow t1a self (CLASS (PERM1)))
40 (allow .b1a.t1a self (CLASS (PERM2)))
44 (allow b1a.t1a self (CLASS (PERM3)))
46 (allow .b1a.t1a self (CLASS (PERM4)))
150 ;; b1a.t1a, b1a.b1b.t1b
162 ;; allow b1a.t1a b1a.t1a : CLASS { PERM PERM1 PERM2 PERM3 PERM4 };
/third_party/glslang/Test/baseResults/
Dprecise_struct_block.vert.out86 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
87 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
98 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
99 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
111 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
112 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
152 0:49 t1a: direct index for structure ( temp 5-element array of struc…
153 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
154 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
155 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar…
[all …]
Dhlsl.reflection.binding.vert.out9 t1a: offset -1, type 8b5d, size 1, index -1, binding 16
Dhlsl.reflection.binding.frag.out5 t1a: offset -1, type 8b5d, size 1, index -1, binding 16, stages 16, arrayStride 4, topLevelArrayStr…
/third_party/python/Lib/test/
Dtest_difflib.py193 t1a = (patch914575_to1 + '123\n'*10)*3
195 t1b = '456\n'*10 + t1a
197 t1a = t1a.splitlines()
208 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5)
212 i.make_table(f1a,t1a,'from','to',context=True),
216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6),
218 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
/third_party/glslang/Test/
Dhlsl.reflection.binding.frag8 uniform Texture1D t1a[3] : register(t16);
31 t1a[0].Sample(s1a[0], 0.3) +
Dprecise_struct_block.vert37 T1 t1a[5];
49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction
51 t3[i].t2.t1a[j].t1_scalar = j * 2.0 / i; // Not NoContration
/third_party/ffmpeg/libavutil/
Dmathematics.c99 uint64_t t1a = t1 << 32; in av_rescale_rnd() local
102 a0 = a0 * b0 + t1a; in av_rescale_rnd()
103 a1 = a1 * b1 + (t1 >> 32) + (a0 < t1a); in av_rescale_rnd()
/third_party/ffmpeg/libavcodec/arm/
Dfft_neon.S127 vadd.f32 q11, q12, q1 @ {t1a,t2a,t5,t6}
145 vadd.f32 q1, q14, q15 @ {t1a,t2a,t5a,t6a}
153 vswp d3, d30 @ q1{t1a,t2a,t3a,t4a} q15{t6a,t5a,t7a,t8a}
164 vmla.f32 q14, q1, d5[1] @ {t1a,t2a,t5a,t6a}
185 vmla.f32 q15, q1, d4[1] @ {t1a,t2a,t5a,t6a}
227 vmla.f32 q11, q1, d5[0] @ {t1a,t2a,t5a,t6a}
259 vmla.f32 q11, q1, d5[0] @ {t1a,t2a,t5a,t6a}
Dvp9itxfm_16bpp_neon.S837 butterfly d19, d22, d9, d22 @ d19 = t1a, d22 = t6
863 mbutterfly0 d16, d24, d16, d24, d8, d10, q4, q5 @ d16 = t0a, d24 = t1a
888 mbutterfly0_h d16, d24, d16, d24, d8, d10, q4, q5 @ d16 = t0a, d24 = t1a
950 butterfly_n d31, d24, q3, q5, q6, q5 @ d31 = t1a, d24 = t9a
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c1207 dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; in idct8_1d() local
1210 t1a = ((IN(0) - IN(4)) * 11585 + (1 << 13)) >> 14; in idct8_1d()
1219 t1 = t1a + t2a; in idct8_1d()
1220 t2 = t1a - t2a; in idct8_1d()
1243 dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; in iadst8_1d() local
1246 t1a = 1606 * IN(7) - 16305 * IN(0); in iadst8_1d()
1255 t1 = (t1a + t5a + (1 << 13)) >> 14; in iadst8_1d()
1259 t5 = (t1a - t5a + (1 << 13)) >> 14; in iadst8_1d()
1290 dctint t0a, t1a, t2a, t3a, t4a, t5a, t6a, t7a; in idct16_1d() local
1294 t1a = (dctint)((IN(0) - IN(8)) * 11585U + (1 << 13)) >> 14; in idct16_1d()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvp9itxfm.asm434 pmulhrsw m0, W_11585x2_REG ; m0=t1a
441 SUMSUB_BA w, 2, 0, 5 ; m2=t1a+t2a (t1), m0=t1a-t2a (t2)
447 pmulhrsw m0, W_11585x2_REG ; m0=t1a/t0a
462 SUMSUB_BA w, 2, 0, 5 ; m2=t1a+t2a (t1), m0=t1a-t2a (t2)
Dvp9itxfm_16bpp.asm854 SUMSUB_MUL_D 7, 0, 1, 2, 16305, 1606, %3 ; m7/1=t0a, m0/2=t1a
1015 SCRATCH 1, 14, rsp+(%4+6)*mmsize ; t1a
1289 SUMSUB_PACK_D 2, 0, 7, 5, 4 ; m2=t1a, m0=t9a
1370 UNSCRATCH 1, 9, rsp+71*mmsize ; t1a