Home
last modified time | relevance | path

Searched defs:r7 (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/arm/
Dneon.S21 .macro transpose_8x8 r0, r1, r2, r3, r4, r5, r6, r7
43 .macro swap4 r0, r1, r2, r3, r4, r5, r6, r7
50 .macro transpose16_4x4 r0, r1, r2, r3, r4, r5, r6, r7
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithStringNamedNumericProperty.ts29 var r7 = i[-1]; variable
30 var r7 = i[-1.0]; variable
60 var r7 = i[-1]; variable
61 var r7 = i[-1.0]; variable
90 var r7 = i[-1]; variable
91 var r7 = i[-1.0]; variable
120 var r7 = i[-1]; variable
121 var r7 = i[-1.0]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithGenericSignatureArguments2.ts37 var r7 = foo3(E.A, (x) => E.A, (x) => F.A); // error variable
72 var r7 = foo3(E.A, (x) => E.A, (x) => F.A); variable
DgenericCallWithFunctionTypedArguments5.ts21 var r7 = foo({ cb: () => '' }); // string variable
DgenericCallTypeArgumentInference.ts65 var r7 = c.foo4('', true); // string variable
87 var r7 = i.foo4('', true); // string variable
DgenericCallWithFunctionTypedArguments.ts24 var r7 = foo3(1, <Z>(a: Z) => '', ''); // string variable
DgenericCallWithConstructorTypedArguments5.ts24 var r7 = foo(arg5); // string variable
/third_party/typescript/tests/cases/fourslash/
DreferencesForInheritedProperties7.ts20 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4Def, r4, r5Def, r5, r6, r7] = test.ranges(); constant
24 const c2PropName = { definition: "(property) class2.propName: string", ranges: [r5, r7] }; constant
DcompletionListStringParenthesizedType.ts22 const [r1, r2, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
DfindAllRefsForStaticInstanceMethodInheritance.ts25 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
DfindAllRefsForStaticInstancePropertyInheritance.ts25 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
DfindAllRefsInheritedProperties3.ts20 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4Def, r4, r5Def, r5, r6, r7] = test.ranges(); constant
/third_party/typescript/tests/baselines/reference/
DtypeOfThisInStaticMembers.js33 var r7 = new t2(''); variable
67 var r7 = new t2(''); variable
DcomparisonOperatorWithIdenticalTypeParameter.js9 var r7 = t === t; variable
DcomparisonOperatorWithTwoOperandsAreAny.js10 var r7 = a === a; variable
DlogicalAndOperatorWithTypeParameters.js14 var r7 = t && v; variable
DexponentiationOperatorWithAnyAndNumber.js12 var r7 = 0 ** b; variable
/third_party/optimized-routines/math/
Derf.c122 double r7 = fma (a, PC[13], PC[12]); in erf() local
152 double r7 = fma (a, PD[13], PD[12]); in erf() local
184 double r7 = fma (a, PE[13], PE[12]); in erf() local
212 double r7 = fma (a, PF[13], PF[12]); in erf() local
/third_party/typescript/tests/cases/compiler/
DmismatchedExplicitTypeParameterAndArgumentType.ts10 var r7 = map<number, string>([1, ""], (x) => x.toString()); // error variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithTwoOperandsAreAny.ts9 var r7 = a === a; variable
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DexponentiationOperatorWithAnyAndNumber.ts11 var r7 = 0 ** b; variable
DexponentiationOperatorWithNullValueAndValidOperands.ts19 var r7 = 0 ** null; variable
/third_party/boost/libs/multi_array/test/
Drange1.cpp89 range r7 = -3 < range() <= 7; in main() local
/third_party/libunwind/src/arm/
DGtrace.c222 unw_word_t r7, in trace_init_addr()
282 unw_word_t r7, in trace_lookup()
407 unw_word_t sp, pc, cfa, r7, lr; in tdep_trace() local
/third_party/ffmpeg/libavcodec/aarch64/
Dneon.S107 .macro transpose_4x4H r0, r1, r2, r3, r4, r5, r6, r7

1234567