/third_party/typescript/tests/baselines/reference/ |
H A D | emitExponentiationOperatorInTemplateString1.js | 3 var t2 = 10; variable 7 `${t1 ** t2}`; 8 `${t1 ** t2 ** t1}`; 9 `${t1 + t2 ** t1}`; 10 `${t1 ** t2 + t1}`; 11 `${t1 + t2 ** t2 + t1 }`; 12 `${typeof (t1 ** t2 ** t1) }`; 13 `${1 + typeof (t1 ** t2 ** t1) }`; 15 `${t1 ** t2} 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString1ES6.js | 3 var t2 = 10; variable 7 `${t1 ** t2}`; 8 `${t1 ** t2 ** t1}`; 9 `${t1 + t2 ** t1}`; 10 `${t1 ** t2 + t1}`; 11 `${t1 + t2 ** t2 + t1 }`; 12 `${typeof (t1 ** t2 ** t1) }`; 13 `${1 + typeof (t1 ** t2 ** t1) }`; 15 `${t1 ** t2} 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString2.js | 3 var t2 = 10; variable 7 `hello ${t1 ** t2}`; 8 `hello ${t1 ** t2 ** t1}`; 9 `hello ${t1 + t2 ** t1}`; 10 `hello ${t1 ** t2 + t1}`; 11 `hello ${t1 + t2 ** t2 + t1 }`; 12 `hello ${typeof (t1 ** t2 ** t1) }`; 13 `hello ${1 + typeof (t1 ** t2 ** t1) }`; 15 `hello ${t1 ** t2} 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString3.js | 3 var t2 = 10; variable 7 `${t1 ** t2} world`; 8 `${t1 ** t2 ** t1} world`; 9 `${t1 + t2 ** t1} world`; 10 `${t1 ** t2 + t1} world`; 11 `${t1 + t2 ** t2 + t1 } world`; 12 `${typeof (t1 ** t2 ** t1) } world`; 13 `${1 + typeof (t1 ** t2 ** t1) } world`; 15 `${t1 ** t2} 32 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString2ES6.js | 3 var t2 = 10; variable 7 `hello ${t1 ** t2}`; 8 `hello ${t1 ** t2 ** t1}`; 9 `hello ${t1 + t2 ** t1}`; 10 `hello ${t1 ** t2 + t1}`; 11 `hello ${t1 + t2 ** t2 + t1 }`; 12 `hello ${typeof (t1 ** t2 ** t1) }`; 13 `hello ${1 + typeof (t1 ** t2 ** t1) }`; 15 `hello ${t1 ** t2} 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTemplateString3ES6.js | 3 var t2 = 10; variable 7 `${t1 ** t2} world`; 8 `${t1 ** t2 ** t1} world`; 9 `${t1 + t2 ** t1} world`; 10 `${t1 ** t2 + t1} world`; 11 `${t1 + t2 ** t2 + t1 } world`; 12 `${typeof (t1 ** t2 ** t1) } world`; 13 `${1 + typeof (t1 ** t2 ** t1) } world`; 15 `${t1 ** t2} 32 var t2 = 10; global() variable [all...] |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError1.js | 3 var t2 = 10; variable 8 `${1 + typeof t1 ** t2 ** t1}`; 9 `${-t1 ** t2 - t1}`; 10 `${-++t1 ** t2 - t1}`; 11 `${-t1++ ** t2 - t1}`; 12 `${!t1 ** t2 ** --t1 }`; 13 `${typeof t1 ** t2 ** t1}`; 15 `${-t1 ** t2 - t1}${-t1 ** t2 - t1}`; 16 `${-++t1 ** t2 31 var t2 = 10; global() variable [all...] |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError2.js | 3 var t2 = 10; variable 8 `hello ${-t1 ** t2 - t1}`; 9 `hello ${-++t1 ** t2 - t1}`; 10 `hello ${-t1++ ** t2 - t1}`; 11 `hello ${!t1 ** t2 ** --t1 }`; 12 `hello ${typeof t1 ** t2 ** t1}`; 13 `hello ${1 + typeof t1 ** t2 ** t1}`; 15 `hello ${-t1 ** t2 - t1}${-t1 ** t2 - t1}`; 16 `hello ${-++t1 ** t2 32 var t2 = 10; global() variable [all...] |
H A D | exponentiationOperatorInTemplateStringWithSyntaxError3.js | 3 var t2 = 10; variable 8 `${-t1 ** t2 - t1} world`; 9 `${-++t1 ** t2 - t1} world`; 10 `${-t1++ ** t2 - t1} world`; 11 `${!t1 ** t2 ** --t1 } world`; 12 `${typeof t1 ** t2 ** t1} world`; 13 `${1 + typeof t1 ** t2 ** t1} world`; 15 `${-t1 ** t2 - t1}${-t1 ** t2 - t1} world`; 16 `${-++t1 ** t2 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTempalteString4.js | 3 var t2 = 10; variable 7 `${t1 ** -t2} world`; 8 `${(-t1) ** t2 - t1} world`; 9 `${(-++t1) ** t2 - t1} world`; 10 `${(-t1++) ** t2 - t1} world`; 11 `${(~t1) ** t2 ** --t1 } world`; 12 `${typeof (t1 ** t2 ** t1) } world`; 15 `${t1 ** -t2} hello world ${t1 ** -t2}`; 16 `${(-t1) ** t2 31 var t2 = 10; global() variable [all...] |
H A D | emitExponentiationOperatorInTempalteString4ES6.js | 3 var t2 = 10; variable 7 `${t1 ** -t2} world`; 8 `${(-t1) ** t2 - t1} world`; 9 `${(-++t1) ** t2 - t1} world`; 10 `${(-t1++) ** t2 - t1} world`; 11 `${(~t1) ** t2 ** --t1 } world`; 12 `${typeof (t1 ** t2 ** t1) } world`; 15 `${t1 ** -t2} hello world ${t1 ** -t2}`; 16 `${(-t1) ** t2 31 var t2 = 10; global() variable [all...] |
H A D | optionalTupleElements1.js | 14 function f1(t1: T1, t2: T2, t3: T3, t4: T4) { 16 t1 = t2; // Error 19 t2 = t1; 20 t2 = t2; 21 t2 = t3; // Error 22 t2 = t4; // Error 24 t3 = t2; 28 t4 = t2; 33 let t2 68 var t2; global() variable [all...] |
H A D | unionsOfTupleTypes1.js | 27 function f1(t1: T1, t2: T2, t3: T3, t4: T4, x: number) { 29 let [d20, d21, d22] = t2; // string | boolean, number | undefined 33 [d20, d21, d22] = t2; 40 let t20 = t2[0]; // string | boolean 41 let t21 = t2[1]; // number | undefined 42 let t22 = t2[2]; // undefined 43 let t2x = t2[x]; // string | number | boolean 53 t2[1] = 42; 68 function f1(t1, t2, t3, t4, x) {
70 var d20 = t2[ [all...] |
H A D | assignmentCompatWithObjectMembersStringNumericNames.js | 14 var t2: T2; variable 27 s2 = t2; 28 t2 = s2; 42 a2 = t2; // ok 55 var t2: T2; variable 68 s2 = t2; // ok 69 t2 = s2; // ok 84 a2 = t2; // error 106 var t2;
variable 115 s2 = t2;
146 var t2; global() variable [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistp521-ppc64.pl | 150 my ($t1, $t2, $t3, $t4) = ("v33", "v34", "v44", "v54"); 179 xxpermdi $t2,$in2[1],$in2[0],0b00 180 vmsumudm $out[1],$t1,$t2,$vzero 182 xxpermdi $t2,$in2[2],$in2[1],0b00 183 vmsumudm $out[2],$t1,$t2,$vzero 186 xxpermdi $t2,$in2[3],$in2[2],0b00 187 vmsumudm $out[3],$t1,$t2,$vzero 192 xxpermdi $t2,$in2[4],$in2[3],0b00 193 vmsumudm $out[4],$t1,$t2,$vzero 198 xxpermdi $t2, [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistp521-ppc64.pl | 150 my ($t1, $t2, $t3, $t4) = ("v33", "v34", "v44", "v54"); 179 xxpermdi $t2,$in2[1],$in2[0],0b00 180 vmsumudm $out[1],$t1,$t2,$vzero 182 xxpermdi $t2,$in2[2],$in2[1],0b00 183 vmsumudm $out[2],$t1,$t2,$vzero 186 xxpermdi $t2,$in2[3],$in2[2],0b00 187 vmsumudm $out[3],$t1,$t2,$vzero 192 xxpermdi $t2,$in2[4],$in2[3],0b00 193 vmsumudm $out[4],$t1,$t2,$vzero 198 xxpermdi $t2, [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 72 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 114 vshr.u64 $t2,$xC2,#63 116 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01 117 vshr.u64 $t2,$IN,#63 119 vand $t2,$t2,$t0 121 vext.8 $t2,$t2,$t2,#8 123 vorr $IN,$IN,$t2 [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 72 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 114 vshr.u64 $t2,$xC2,#63 116 vext.8 $t0,$t2,$xC2,#8 @ t0=0xc2....01 117 vshr.u64 $t2,$IN,#63 119 vand $t2,$t2,$t0 121 vext.8 $t2,$t2,$t2,#8 123 vorr $IN,$IN,$t2 [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | smallft.c | 119 int t0,t1,t2,t3,t4,t5,t6; in dradf2() local 122 t0=(t2=l1*ido); in dradf2() 125 ch[t1<<1]=cc[t1]+cc[t2]; in dradf2() 126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2]; in dradf2() 128 t2+=ido; in dradf2() 135 t2=t0; in dradf2() 137 t3=t2; in dradf2() 154 t2+=ido; in dradf2() 160 t3=(t2=(t1=ido)-1); in dradf2() 161 t2 in dradf2() 174 int i,k,t0,t1,t2,t3,t4,t5,t6; dradf4() local 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; dradfg() local 637 int i,k,t0,t1,t2,t3,t4,t5,t6; dradb2() local 692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; dradb3() local 754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; dradb4() local 845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, dradbg() local [all...] |
/third_party/python/Modules/_blake2/impl/ |
H A D | blake2s-load-sse41.h | 32 t2 = _mm_blend_epi16(t0, t1, 0xF0); \ 33 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,1,0,3)); 38 t2 = _mm_blend_epi16(t0, t1, 0xF0); \ 39 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1)); 44 t2 = _mm_blend_epi16(m0, t1, 0xF0); \ 45 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1)); 50 t2 = _mm_blend_epi16(t0, t1, 0x0C); \ 51 buf = _mm_shuffle_epi32(t2, _MM_SHUFFLE(2,3,0,1)); 56 t2 = _mm_blend_epi16(t0, t1, 0x0F); \ 57 buf = _mm_shuffle_epi32(t2, _MM_SHUFFL [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | safestack.h | 22 # define SKM_DEFINE_STACK_OF(t1, t2, t3) \ 31 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 33 return (t2 *)OPENSSL_sk_value((const OPENSSL_STACK *)sk, idx); \ 59 static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \ 61 return (t2 *)OPENSSL_sk_delete((OPENSSL_STACK *)sk, i); \ 63 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \ 65 return (t2 *)OPENSSL_sk_delete_ptr((OPENSSL_STACK *)sk, \ 68 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \ 72 static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *pt [all...] |
/third_party/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 43 ($t1,$t2,$t3,$saved_asi)=map("%l$_",(4..7)); 76 add $t2,$a,$a 80 sethi %hi(@K[$i+1]),$t2 82 or $t2,%lo(@K[$i+1]),$t2 84 add @X[$j],$t2,$t2 ! X[`$i+1`]+K[`$i+1`] 94 add $t2,$a,$a 96 sethi %hi(@K[$i+1]),$t2 98 or $t2, [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-sparcv9.pl | 43 ($t1,$t2,$t3,$saved_asi)=map("%l$_",(4..7)); 76 add $t2,$a,$a 80 sethi %hi(@K[$i+1]),$t2 82 or $t2,%lo(@K[$i+1]),$t2 84 add @X[$j],$t2,$t2 ! X[`$i+1`]+K[`$i+1`] 94 add $t2,$a,$a 96 sethi %hi(@K[$i+1]),$t2 98 or $t2, [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-thumb.pl | 36 $t2="r2"; 53 lsl $t2,$a,#5 54 add $t2,$e 56 add $t2,$e @ E+=ROR(A,27) 57 add $t2,$t1 @ E+=X[i] 68 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D) 140 mov $t2,sp 141 sub $t2,#16*4 @ [3] 155 cmp sp,$t2 159 sub $t2,#3 [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-thumb.pl | 36 $t2="r2"; 53 lsl $t2,$a,#5 54 add $t2,$e 56 add $t2,$e @ E+=ROR(A,27) 57 add $t2,$t1 @ E+=X[i] 68 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D) 140 mov $t2,sp 141 sub $t2,#16*4 @ [3] 155 cmp sp,$t2 159 sub $t2,#3 [all...] |