Home
last modified time | relevance | path

Searched defs:rd2 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js28 var rd2 = b >= a; variable
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js27 var rd2 = b >= a; variable
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js22 var rd2 = null - undefined; variable
DcomparisonOperatorWithSubtypeEnumAndNumber.js33 var rd2 = b >= a; variable
DcomparisonOperatorWithIdenticalPrimitiveType.js39 var rd2 = b >= b; variable
DcomparisonOperatorWithTypeParameter.js35 var rd2 = v > t; variable
DcomparisonOperatorWithSubtypeObjectOnProperty.js53 var rd2 = a2 >= b2; variable
DarithmeticOperatorWithAnyAndNumber.js37 var rd2 = a - b; variable
DarithmeticOperatorWithUndefinedValueAndValidOperands.js45 var rd2 = undefined - b; variable
DarithmeticOperatorWithNullValueAndValidOperands.js45 var rd2 = null - b; variable
DlogicalAndOperatorWithEveryType.js50 var rd2 = a2 && a4; variable
DlogicalOrOperatorWithEveryType.js52 var rd2 = a2 || a4; // boolean || string is boolean | string variable
DarithmeticOperatorWithEnumUnion.js61 var rd2 = c - b; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts26 var rd2 = b >= a; variable
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.ts27 var rd2 = b >= a; variable
DcomparisonOperatorWithSubtypeObjectOnProperty.ts52 var rd2 = a2 >= b2; variable
DcomparisonOperatorWithSubtypeEnumAndNumber.ts32 var rd2 = b >= a; variable
DcomparisonOperatorWithIdenticalPrimitiveType.ts38 var rd2 = b >= b; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts21 var rd2 = null - undefined; variable
DarithmeticOperatorWithAnyAndNumber.ts36 var rd2 = a - b; variable
DarithmeticOperatorWithNullValueAndValidOperands.ts44 var rd2 = null - b; variable
DarithmeticOperatorWithUndefinedValueAndValidOperands.ts44 var rd2 = undefined - b; variable
/third_party/ffmpeg/libavcodec/
Daptx.c429 int32_t *rd1 = prediction->reconstructed_differences, *rd2 = rd1 + order; in aptx_reconstructed_differences_update() local
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/
DlogicalAndOperatorWithEveryType.ts49 var rd2 = a2 && a4; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/
DlogicalOrOperatorWithEveryType.ts51 var rd2 = a2 || a4; // boolean || string is boolean | string variable

12