/third_party/lame/libmp3lame/ |
D | quantize_pvt.c | 602 FLOAT rh1, rh2, rh3; in calc_xmin() local 611 rh2 = DBL_EPSILON; in calc_xmin() 613 rh2 = 2.2204460492503131e-016; in calc_xmin() 620 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin() 628 else if (rh2 < xmin) { in calc_xmin() 632 rh3 = rh2; in calc_xmin() 698 FLOAT rh1, rh2, rh3; in calc_xmin() local 702 rh2 = DBL_EPSILON; in calc_xmin() 704 rh2 = 2.2204460492503131e-016; in calc_xmin() 710 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 44 var rh2 = b !== a; variable 72 var rh2 = b !== a;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 43 var rh2 = b !== a; variable 71 var rh2 = b !== a;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 46 var rh2 = null & undefined; variable 100 var rh2 = null & undefined;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 107 var rh2 = b !== a; 108 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 41, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 110 var rh2 = b !== a; 111 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 42, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 116 var rh2 = b !== a; 117 >rh2 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 119 var rh2 = b !== a; 120 >rh2 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 125 var rh2 = null & undefined; 126 >rh2 : Symbol(rh2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 44, 3))
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 75 var rh2 = b !== b; variable 152 var rh2 = b !== b;
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 65 var rh2 = b !== a; variable 131 var rh2 = b !== a;
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 85 var rh2 = null & b; variable 188 var rh2 = null & b;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 77 var rh2 = a2 !== b2; variable 172 var rh2 = a2 !== b2;
|
D | arithmeticOperatorWithAnyAndNumber.js | 77 var rh2 = a & b; variable 173 var rh2 = a & b;
|
D | comparisonOperatorWithTypeParameter.js | 72 var rh2 = b > t; variable 144 var rh2 = b > t;
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 85 var rh2 = undefined & b; variable 188 var rh2 = undefined & b;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.types | 246 var rh2 = a2 !== b2; 247 >rh2 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnProperty.symbols | 225 var rh2 = a2 !== b2; 226 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithSubtypeObjectOnProperty.ts, 75, 3))
|
D | logicalOrOperatorWithEveryType.js | 85 var rh2 = a2 || a7; // boolean || object is boolean | object variable 208 var rh2 = a2 || a7; // boolean || object is boolean | object
|
D | logicalAndOperatorWithEveryType.js | 94 var rh2 = a2 && a8; variable 214 var rh2 = a2 && a8;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.types | 184 var rh2 = null & undefined; 185 >rh2 : number
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 45 var rh2 = null & undefined; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 42 var rh2 = b !== a; variable
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 43 var rh2 = b !== a; variable
|
D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 76 var rh2 = a2 !== b2; variable
|