Home
last modified time | relevance | path

Searched refs:I3 (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dmips_macro.h42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \
45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \
53 I0, I1, I2, I3, I4, I5, I6, I7) \
60 "mul %[" #O6 "], %[" #I3 "], %[kC2] \n\t" \
61 "mul %[" #O7 "], %[" #I3 "], %[kC1] \n\t" \
85 I0, I1, I2, I3) \
89 "sra %[" #O3 "], %[" #I3 "], 16 \n\t"
98 I0, I1, I2, I3, I4, I5, I6, I7) \
105 "addq.ph %[" #O6 "], %[" #I3 "], %[" #I7 "] \n\t" \
106 "subq.ph %[" #O7 "], %[" #I3 "],
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcircularTypeAliasForUnionWithClass.js9 type T3 = string | I3;
10 class I3 {
29 var I3 = /** @class */ (function () {
30 function I3() {
32 return I3;
H A Dqualify.js37 export interface I3 {
46 var v2:K1.I3=v1;
47 var v3:K1.I3[]=v1;
48 var v4:()=>K1.I3=v1;
49 var v5:(k:K1.I3)=>void=v1;
50 var v6:{k:K1.I3;}=v1;
H A DtypeAssertionsWithIntersectionTypes01.js10 interface I3 {
15 var y: I1 & I3 = x;
18 var a = <I1 & I3>z;
19 var b = <I3>z;
H A DinterfaceImplementation1.js21 interface I3 {
26 ():I3;
27 new ():I3;
31 class C2 implements I3 {
H A DinterfaceDeclaration2.js8 interface I3 { }
9 function I3() { } function
22 function I3() { }
H A DunionTypeReduction.js7 interface I3 {
11 var i2: I2, i3: I3;
13 var e1: I2 | I3;
14 var e2 = i2 || i3; // Type of e2 immediately reduced to I3
16 var r1 = e1(); // Type of e1 reduced to I3 upon accessing property or signature
23 var e2 = i2 || i3; // Type of e2 immediately reduced to I3
24 var r1 = e1(); // Type of e1 reduced to I3 upon accessing property or signature
H A Dmutrec.js19 y:I3;
22 interface I3 {
29 var i3:I3;
H A Di3.js2 interface I3 { one?: number; };
4 var i: I3;
H A DgenericTypeWithMultipleBases1.js10 export interface I3<T> extends I1, I2 {
11 //export interface I3<T> extends I2, I1 {
15 var x: I3<number>;
H A DoverloadCrash.js4 interface I3 {a:number; b:number; c:number; d:number;};
9 var i3:I3;
H A DgenericTypeWithMultipleBases2.js10 export interface I3<T> extends I2, I1 {
14 var x: I3<number>;
H A DcircularTypeAliasForUnionWithInterface.js21 type T3 = string | I3;
22 interface I3 {
H A DequalityWithIntersectionTypes01.js10 interface I3 {
15 var y: I1 & I3 = x;
H A DinterfaceDeclaration1.js12 interface I3 {
36 class C1 implements I3 {
H A DinterfaceInheritance.js11 interface I3 {
29 var i3: I3;
H A DconstructSignatureAssignabilityInInheritance.js30 interface I3 extends Base2 {
68 interface I3 extends Base2 {
H A DspecializedSignatureIsNotSubtypeOfNonSpecializedSignature.js37 interface I3<T extends String> {
117 interface I3<T extends String> {
H A DconstraintReferencingTypeParameterFromSameTypeParameterList.js18 interface I3<T, U extends string> {
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl766 my ($I0, $I1, $I2, $I3, $I4) = map("v$_",(5..9));
1010 my ($R3,$S3,$R4,$S4)=($I1,$I2,$I3,$I4);
1355 vpermdi $I3,$T1,$T2,0b11
1359 vsrd $I4,$I3,$_40
1360 vsrd $I3,$I3,$_14
1364 vand $I3,$I3,$mask26
1384 vmrgow $I3,$T3,$I3
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl766 my ($I0, $I1, $I2, $I3, $I4) = map("v$_",(5..9));
1010 my ($R3,$S3,$R4,$S4)=($I1,$I2,$I3,$I4);
1355 vpermdi $I3,$T1,$T2,0b11
1359 vsrd $I4,$I3,$_40
1360 vsrd $I3,$I3,$_14
1364 vand $I3,$I3,$mask26
1384 vmrgow $I3,$T3,$I3
[all...]
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc127 enum indexEnum {I0 = 0, I1, I2, I3, I4}; in getLevel() enumerator
160 if (level == levelList[I3]) return I3; in getLevel()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c104 #define I3(c, p, n, r, g, b, a, t, s, u) \ macro
169 I3(A, L8_SINT, R8_SINT, R, R, R, xx, SINT, R8, TR),
170 I3(A, L8_UINT, R8_UINT, R, R, R, xx, UINT, R8, TR),
174 I3(A, L16_SINT, R16_SINT, R, R, R, xx, SINT, R16, TR),
175 I3(A, L16_UINT, R16_UINT, R, R, R, xx, UINT, R16, TR),
177 I3(A, L32_SINT, R32_SINT, R, R, R, xx, SINT, R32, TR),
178 I3(A, L32_UINT, R32_UINT, R, R, R, xx, UINT, R32, TR),
294 I3(A, R32G32B32X32_SINT, RGBX32_SINT, R, G, B, xx, SINT, R32_G32_B32_A32, TR),
295 I3(A, R32G32B32X32_UINT, RGBX32_UINT, R, G, B, xx, UINT, R32_G32_B32_A32, TR),
298 I3(
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl424 $I1,$I2,$I3,$H3,$H34,$H4,$Yl,$Ym,$Yh) = map("q$_",(4..7,15..23));
445 vext.8 $I3,$j3,$j3,#8
449 vpmull.p64 $Yl,$H,$I3 @ H·Ii+3
450 veor $j3,$j3,$I3
451 vpmull2.p64 $Yh,$H,$I3
492 vext.8 $I3,$j3,$j3,#8
503 vpmull.p64 $Yl,$H,$I3 @ H·Ii+3
504 veor $j3,$j3,$I3
506 vpmull2.p64 $Yh,$H,$I3
/third_party/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl424 $I1,$I2,$I3,$H3,$H34,$H4,$Yl,$Ym,$Yh) = map("q$_",(4..7,15..23));
445 vext.8 $I3,$j3,$j3,#8
449 vpmull.p64 $Yl,$H,$I3 @ H·Ii+3
450 veor $j3,$j3,$I3
451 vpmull2.p64 $Yh,$H,$I3
492 vext.8 $I3,$j3,$j3,#8
503 vpmull.p64 $Yl,$H,$I3 @ H·Ii+3
504 veor $j3,$j3,$I3
506 vpmull2.p64 $Yh,$H,$I3

Completed in 9 milliseconds

123