Home
last modified time | relevance | path

Searched refs:rh2 (Results 1 – 25 of 65) sorted by relevance

123

/third_party/lame/libmp3lame/
Dquantize_pvt.c602 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/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js44 var rh2 = b !== a; variable
72 var rh2 = b !== a;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js43 var rh2 = b !== a; variable
71 var rh2 = b !== a;
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js46 var rh2 = null & undefined; variable
100 var rh2 = null & undefined;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols107 var rh2 = b !== a;
108 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 41, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols110 var rh2 = b !== a;
111 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 42, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types116 var rh2 = b !== a;
117 >rh2 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types119 var rh2 = b !== a;
120 >rh2 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols125 var rh2 = null & undefined;
126 >rh2 : Symbol(rh2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 44, 3))
DcomparisonOperatorWithIdenticalPrimitiveType.js75 var rh2 = b !== b; variable
152 var rh2 = b !== b;
DcomparisonOperatorWithSubtypeEnumAndNumber.js65 var rh2 = b !== a; variable
131 var rh2 = b !== a;
DarithmeticOperatorWithNullValueAndValidOperands.js85 var rh2 = null & b; variable
188 var rh2 = null & b;
DcomparisonOperatorWithSubtypeObjectOnProperty.js77 var rh2 = a2 !== b2; variable
172 var rh2 = a2 !== b2;
DarithmeticOperatorWithAnyAndNumber.js77 var rh2 = a & b; variable
173 var rh2 = a & b;
DcomparisonOperatorWithTypeParameter.js72 var rh2 = b > t; variable
144 var rh2 = b > t;
DarithmeticOperatorWithUndefinedValueAndValidOperands.js85 var rh2 = undefined & b; variable
188 var rh2 = undefined & b;
DcomparisonOperatorWithSubtypeObjectOnProperty.types246 var rh2 = a2 !== b2;
247 >rh2 : boolean
DcomparisonOperatorWithSubtypeObjectOnProperty.symbols225 var rh2 = a2 !== b2;
226 >rh2 : Symbol(rh2, Decl(comparisonOperatorWithSubtypeObjectOnProperty.ts, 75, 3))
DlogicalOrOperatorWithEveryType.js85 var rh2 = a2 || a7; // boolean || object is boolean | object variable
208 var rh2 = a2 || a7; // boolean || object is boolean | object
DlogicalAndOperatorWithEveryType.js94 var rh2 = a2 && a8; variable
214 var rh2 = a2 && a8;
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.types184 var rh2 = null & undefined;
185 >rh2 : number
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts45 var rh2 = null & undefined; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts42 var rh2 = b !== a; variable
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.ts43 var rh2 = b !== a; variable
DcomparisonOperatorWithSubtypeObjectOnProperty.ts76 var rh2 = a2 !== b2; variable

123