| /third_party/typescript/tests/baselines/reference/ |
| D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 28 var rd2 = b >= a; variable
|
| D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 27 var rd2 = b >= a; variable
|
| D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 22 var rd2 = null - undefined; variable
|
| D | comparisonOperatorWithSubtypeEnumAndNumber.js | 33 var rd2 = b >= a; variable
|
| D | comparisonOperatorWithIdenticalPrimitiveType.js | 39 var rd2 = b >= b; variable
|
| D | comparisonOperatorWithTypeParameter.js | 35 var rd2 = v > t; variable
|
| D | comparisonOperatorWithSubtypeObjectOnProperty.js | 53 var rd2 = a2 >= b2; variable
|
| D | arithmeticOperatorWithAnyAndNumber.js | 37 var rd2 = a - b; variable
|
| D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 45 var rd2 = undefined - b; variable
|
| D | arithmeticOperatorWithNullValueAndValidOperands.js | 45 var rd2 = null - b; variable
|
| D | logicalAndOperatorWithEveryType.js | 50 var rd2 = a2 && a4; variable
|
| D | logicalOrOperatorWithEveryType.js | 52 var rd2 = a2 || a4; // boolean || string is boolean | string variable
|
| D | arithmeticOperatorWithEnumUnion.js | 61 var rd2 = c - b; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
| D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 26 var rd2 = b >= a; variable
|
| D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 27 var rd2 = b >= a; variable
|
| D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 52 var rd2 = a2 >= b2; variable
|
| D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 32 var rd2 = b >= a; variable
|
| D | comparisonOperatorWithIdenticalPrimitiveType.ts | 38 var rd2 = b >= b; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
| D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 21 var rd2 = null - undefined; variable
|
| D | arithmeticOperatorWithAnyAndNumber.ts | 36 var rd2 = a - b; variable
|
| D | arithmeticOperatorWithNullValueAndValidOperands.ts | 44 var rd2 = null - b; variable
|
| D | arithmeticOperatorWithUndefinedValueAndValidOperands.ts | 44 var rd2 = undefined - b; variable
|
| /third_party/ffmpeg/libavcodec/ |
| D | aptx.c | 429 int32_t *rd1 = prediction->reconstructed_differences, *rd2 = rd1 + order; in aptx_reconstructed_differences_update() local
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/ |
| D | logicalAndOperatorWithEveryType.ts | 49 var rd2 = a2 && a4; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/ |
| D | logicalOrOperatorWithEveryType.ts | 51 var rd2 = a2 || a4; // boolean || string is boolean | string variable
|