Home
last modified time | relevance | path

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

12

/third_party/boost/libs/serialization/test/
Dtest_no_rtti.cpp52 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local
78 polymorphic_derived2 *rd2 = NULL; in load_derived() local
Dtest_registered.cpp63 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local
91 polymorphic_derived2 *rd2 = NULL; in load_derived() local
Dtest_dll_plugin.cpp87 void const * const rd2 = d2_eti->construct(); in BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED() local
/third_party/boost/libs/serialization/performance/
Dperformance_no_rtti.cpp122 polymorphic_derived2 *rd2 = new polymorphic_derived2; in save_derived() local
146 polymorphic_derived2 *rd2 = NULL; in load_derived() local
/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
DarithmeticOperatorWithUndefinedValueAndValidOperands.js45 var rd2 = undefined - b; variable
DarithmeticOperatorWithAnyAndNumber.js37 var rd2 = a - b; variable
DarithmeticOperatorWithNullValueAndValidOperands.js45 var rd2 = null - b; variable
DlogicalOrOperatorWithEveryType.js52 var rd2 = a2 || a4; // boolean || string is boolean | string 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
DarithmeticOperatorWithUndefinedValueAndValidOperands.ts44 var rd2 = undefined - b; variable
DarithmeticOperatorWithNullValueAndValidOperands.ts44 var rd2 = null - b; variable
/third_party/ffmpeg/libavcodec/
Daptx.c428 int32_t *rd1 = prediction->reconstructed_differences, *rd2 = rd1 + order; in aptx_reconstructed_differences_update() local

12