Home
last modified time | relevance | path

Searched refs:a10 (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/libffi/src/xtensa/
Dsysv.S60 mov a10, a7 # a10(->arg0): ecif
71 movi a10, 6*4
72 sub a11, a6, a10
73 movgez a6, a10, a11
81 l32i a10, a1, 0
103 s32i a10, a2, 0
125 s8i a10, a2, 0
130 s8i a10, a2, 0
135 s16i a10, a2, 0
140 s16i a10, a2, 0
[all …]
/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithSubtypeObjectOnCallSignature.js37 var a10: { fn(a?: Base): void }; variable
56 var r1a10 = a10 < b10;
69 var r1b10 = b10 < a10;
83 var r2a10 = a10 > b10;
96 var r2b10 = b10 > a10;
110 var r3a10 = a10 <= b10;
123 var r3b10 = b10 <= a10;
137 var r4a10 = a10 >= b10;
150 var r4b10 = b10 >= a10;
164 var r5a10 = a10 == b10;
[all …]
DdestructuringParameterDeclaration3ES6.js18 function a10([a, b, [[c]], ...x]) { } function
29 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
30 a10([1, 2, 3, false, true]); // Parameter type is any[]
31 a10([1, 2]); // Parameter type is any[]
57 function a10([a, b, [[c]], ...x]) { }
64 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
65 a10([1, 2, 3, false, true]); // Parameter type is any[]
66 a10([1, 2]); // Parameter type is any[]
DdestructuringParameterDeclaration3ES5.js18 function a10([a, b, [[c]], ...x]) { } function
29 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
30 a10([1, 2, 3, false, true]); // Parameter type is any[]
31 a10([1, 2]); // Parameter type is any[]
57 function a10([a, b, [[c]], ...x]) { }
64 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
65 a10([1, 2, 3, false, true]); // Parameter type is any[]
66 a10([1, 2]); // Parameter type is any[]
DdestructuringParameterDeclaration3ES6.types43 function a10([a, b, [[c]], ...x]) { }
44 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
97 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
98 >a10([1, 2, [["string"]], false, true]) : void
99 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
109 a10([1, 2, 3, false, true]); // Parameter type is any[]
110 >a10([1, 2, 3, false, true]) : void
111 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
119 a10([1, 2]); // Parameter type is any[]
120 >a10([1, 2]) : void
[all …]
DdestructuringParameterDeclaration3ES5iterable.types43 function a10([a, b, [[c]], ...x]) { }
44 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
97 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
98 >a10([1, 2, [["string"]], false, true]) : void
99 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
109 a10([1, 2, 3, false, true]); // Parameter type is any[]
110 >a10([1, 2, 3, false, true]) : void
111 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
119 a10([1, 2]); // Parameter type is any[]
120 >a10([1, 2]) : void
[all …]
DdestructuringParameterDeclaration3ES5.types43 function a10([a, b, [[c]], ...x]) { }
44 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
97 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
98 >a10([1, 2, [["string"]], false, true]) : void
99 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
109 a10([1, 2, 3, false, true]); // Parameter type is any[]
110 >a10([1, 2, 3, false, true]) : void
111 >a10 : ([a, b, [[c]], ...x]: [any, any, [[any]], ...any[]]) => void
119 a10([1, 2]); // Parameter type is any[]
120 >a10([1, 2]) : void
[all …]
DdestructuringParameterDeclaration3ES5iterable.js18 function a10([a, b, [[c]], ...x]) { } function
29 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
30 a10([1, 2, 3, false, true]); // Parameter type is any[]
31 a10([1, 2]); // Parameter type is any[]
105 function a10(_a) {
116 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
117 a10([1, 2, 3, false, true]); // Parameter type is any[]
118 a10([1, 2]); // Parameter type is any[]
DcomparisonOperatorWithSubtypeObjectOnCallSignature.types104 var a10: { fn(a?: Base): void };
105 >a10 : { fn(a?: Base): void; }
182 var r1a10 = a10 < b10;
184 >a10 < b10 : boolean
185 >a10 : { fn(a?: Base): void; }
250 var r1b10 = b10 < a10;
252 >b10 < a10 : boolean
254 >a10 : { fn(a?: Base): void; }
319 var r2a10 = a10 > b10;
321 >a10 > b10 : boolean
[all …]
DcomparisonOperatorWithSubtypeObjectOnCallSignature.symbols115 var a10: { fn(a?: Base): void };
116 >a10 : Symbol(a10, Decl(comparisonOperatorWithSubtypeObjectOnCallSignature.ts, 35, 3))
188 var r1a10 = a10 < b10;
190 >a10 : Symbol(a10, Decl(comparisonOperatorWithSubtypeObjectOnCallSignature.ts, 35, 3))
245 var r1b10 = b10 < a10;
248 >a10 : Symbol(a10, Decl(comparisonOperatorWithSubtypeObjectOnCallSignature.ts, 35, 3))
303 var r2a10 = a10 > b10;
305 >a10 : Symbol(a10, Decl(comparisonOperatorWithSubtypeObjectOnCallSignature.ts, 35, 3))
360 var r2b10 = b10 > a10;
363 >a10 : Symbol(a10, Decl(comparisonOperatorWithSubtypeObjectOnCallSignature.ts, 35, 3))
[all …]
DdestructuringParameterDeclaration3ES5iterable.symbols54 function a10([a, b, [[c]], ...x]) { }
55 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5iterable.ts, 15, 30))
86 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
87 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5iterable.ts, 15, 30))
89 a10([1, 2, 3, false, true]); // Parameter type is any[]
90 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5iterable.ts, 15, 30))
92 a10([1, 2]); // Parameter type is any[]
93 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5iterable.ts, 15, 30))
DexcessivelyLargeTupleSpread.js35 const a10 = [...a9, ...a9] as const; variable
36 const a11 = [...a10, ...a10] as const;
59 var a10 = __spreadArray(__spreadArray([], a9), a9);
60 var a11 = __spreadArray(__spreadArray([], a10), a10);
DdestructuringParameterDeclaration3ES6.symbols54 function a10([a, b, [[c]], ...x]) { }
55 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES6.ts, 15, 30))
86 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
87 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES6.ts, 15, 30))
89 a10([1, 2, 3, false, true]); // Parameter type is any[]
90 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES6.ts, 15, 30))
92 a10([1, 2]); // Parameter type is any[]
93 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES6.ts, 15, 30))
DdestructuringParameterDeclaration3ES5.symbols54 function a10([a, b, [[c]], ...x]) { }
55 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5.ts, 15, 30))
86 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
87 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5.ts, 15, 30))
89 a10([1, 2, 3, false, true]); // Parameter type is any[]
90 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5.ts, 15, 30))
92 a10([1, 2]); // Parameter type is any[]
93 >a10 : Symbol(a10, Decl(destructuringParameterDeclaration3ES5.ts, 15, 30))
DexcessivelyLargeTupleSpread.symbols143 const a10 = [...a9, ...a9] as const;
144 >a10 : Symbol(a10, Decl(excessivelyLargeTupleSpread.ts, 33, 5))
148 const a11 = [...a10, ...a10] as const;
150 >a10 : Symbol(a10, Decl(excessivelyLargeTupleSpread.ts, 33, 5))
151 >a10 : Symbol(a10, Decl(excessivelyLargeTupleSpread.ts, 33, 5))
DassignmentCompatWithConstructSignatures4.js15 var a10: new (...x: Base[]) => Base; variable
58 a10 = b10; // ok
59 b10 = a10; // ok
152 var a10;
169 a10 = b10; // ok
170 b10 = a10; // ok
DassignmentCompatWithCallSignatures4.js15 var a10: (...x: Base[]) => Base; variable
58 a10 = b10;
59 b10 = a10;
152 var a10;
169 a10 = b10;
170 b10 = a10;
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dtransform_args.h92 a9, a10) \ argument
93 m(a0), m(a1), m(a2), m(a3), m(a4), m(a5), m(a6), m(a7), m(a8), m(a9), m(a10)
96 a9, a10, a11) \ argument
98 m(a10), m(a11)
101 a9, a10, a11, a12) \ argument
103 m(a10), m(a11), m(a12)
106 a9, a10, a11, a12, a13) \ argument
108 m(a10), m(a11), m(a12), m(a13)
111 a9, a10, a11, a12, a13, a14) \ argument
113 m(a10), m(a11), m(a12), m(a13), m(a14)
[all …]
/third_party/skia/src/core/
DSkMatrixInvert.cpp15 double a10 = inMatrix[2]; in SkInvert2x2Matrix() local
19 double determinant = a00 * a11 - a01 * a10; in SkInvert2x2Matrix()
24 outMatrix[2] = -a10 * invdet; in SkInvert2x2Matrix()
39 double a10 = inMatrix[3]; in SkInvert3x3Matrix() local
47 double b11 = -a22 * a10 + a12 * a20; in SkInvert3x3Matrix()
48 double b21 = a21 * a10 - a11 * a20; in SkInvert3x3Matrix()
59 outMatrix[5] = (-a12 * a00 + a02 * a10) * invdet; in SkInvert3x3Matrix()
62 outMatrix[8] = ( a11 * a00 - a01 * a10) * invdet; in SkInvert3x3Matrix()
77 double a10 = inMatrix[4]; in SkInvert4x4Matrix() local
90 double b00 = a00 * a11 - a01 * a10; in SkInvert4x4Matrix()
[all …]
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithSubtypeObjectOnCallSignature.ts36 var a10: { fn(a?: Base): void }; variable
55 var r1a10 = a10 < b10;
68 var r1b10 = b10 < a10;
82 var r2a10 = a10 > b10;
95 var r2b10 = b10 > a10;
109 var r3a10 = a10 <= b10;
122 var r3b10 = b10 <= a10;
136 var r4a10 = a10 >= b10;
149 var r4b10 = b10 >= a10;
163 var r5a10 = a10 == b10;
[all …]
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterDeclaration3ES5iterable.ts20 function a10([a, b, [[c]], ...x]) { } function
31 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
32 a10([1, 2, 3, false, true]); // Parameter type is any[]
33 a10([1, 2]); // Parameter type is any[]
DdestructuringParameterDeclaration3ES5.ts19 function a10([a, b, [[c]], ...x]) { } function
30 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
31 a10([1, 2, 3, false, true]); // Parameter type is any[]
32 a10([1, 2]); // Parameter type is any[]
DdestructuringParameterDeclaration3ES6.ts19 function a10([a, b, [[c]], ...x]) { } function
30 a10([1, 2, [["string"]], false, true]); // Parameter type is any[]
31 a10([1, 2, 3, false, true]); // Parameter type is any[]
32 a10([1, 2]); // Parameter type is any[]
/third_party/glslang/Test/baseResults/
Dhlsl.charLit.vert.out48 0:14 'a10' ( temp int)
63 0:16 'a10' ( temp int)
123 0:14 'a10' ( temp int)
138 0:16 'a10' ( temp int)
162 Name 39 "a10"
197 39(a10): 16(ptr) Variable Function
219 Store 39(a10) 40
227 48: 15(int) Load 39(a10)
/third_party/skia/tests/sksl/intrinsics/
DInverse.metal50 T a10 = m[1][0], a11 = m[1][1], a12 = m[1][2];
53 T b11 = -a22*a10 + a12*a20;
54 T b21 = a21*a10 - a11*a20;
57 b11, ( a22*a00 - a02*a20), (-a12*a00 + a02*a10),
58 b21, (-a21*a00 + a01*a20), ( a11*a00 - a01*a10)) * (1/det);

12345678