/third_party/ffmpeg/libavcodec/arm/ |
D | neon.S | 21 .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/ |
D | objectTypeWithStringNamedNumericProperty.ts | 29 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/ |
D | genericCallWithGenericSignatureArguments2.ts | 37 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
|
D | genericCallWithFunctionTypedArguments5.ts | 21 var r7 = foo({ cb: () => '' }); // string variable
|
D | genericCallTypeArgumentInference.ts | 65 var r7 = c.foo4('', true); // string variable 87 var r7 = i.foo4('', true); // string variable
|
D | genericCallWithFunctionTypedArguments.ts | 24 var r7 = foo3(1, <Z>(a: Z) => '', ''); // string variable
|
D | genericCallWithConstructorTypedArguments5.ts | 24 var r7 = foo(arg5); // string variable
|
/third_party/typescript/tests/cases/fourslash/ |
D | referencesForInheritedProperties7.ts | 20 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
|
D | completionListStringParenthesizedType.ts | 22 const [r1, r2, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
|
D | findAllRefsForStaticInstanceMethodInheritance.ts | 25 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
|
D | findAllRefsForStaticInstancePropertyInheritance.ts | 25 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4, r5, r6, r7, r8] = test.ranges(); constant
|
D | findAllRefsInheritedProperties3.ts | 20 const [r0Def, r0, r1Def, r1, r2Def, r2, r3Def, r3, r4Def, r4, r5Def, r5, r6, r7] = test.ranges(); constant
|
/third_party/typescript/tests/baselines/reference/ |
D | typeOfThisInStaticMembers.js | 33 var r7 = new t2(''); variable 67 var r7 = new t2(''); variable
|
D | comparisonOperatorWithIdenticalTypeParameter.js | 9 var r7 = t === t; variable
|
D | comparisonOperatorWithTwoOperandsAreAny.js | 10 var r7 = a === a; variable
|
D | logicalAndOperatorWithTypeParameters.js | 14 var r7 = t && v; variable
|
D | exponentiationOperatorWithAnyAndNumber.js | 12 var r7 = 0 ** b; variable
|
/third_party/optimized-routines/math/ |
D | erf.c | 122 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/ |
D | mismatchedExplicitTypeParameterAndArgumentType.ts | 10 var r7 = map<number, string>([1, ""], (x) => x.toString()); // error variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithTwoOperandsAreAny.ts | 9 var r7 = a === a; variable
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | exponentiationOperatorWithAnyAndNumber.ts | 11 var r7 = 0 ** b; variable
|
D | exponentiationOperatorWithNullValueAndValidOperands.ts | 19 var r7 = 0 ** null; variable
|
/third_party/boost/libs/multi_array/test/ |
D | range1.cpp | 89 range r7 = -3 < range() <= 7; in main() local
|
/third_party/libunwind/src/arm/ |
D | Gtrace.c | 222 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/ |
D | neon.S | 107 .macro transpose_4x4H r0, r1, r2, r3, r4, r5, r6, r7
|