Searched defs:notNan (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 1506 BRANCH_CIR2(DoubleIsNAN(doubleValue), &returnFalse, ¬Nan); in FastToBoolean() local
|
| H A D | typed_native_inline_lowering.cpp | 1780 Label *notNan = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
|
| H A D | stub_builder.cpp | 6793 BRANCH(DoubleIsNAN(doubleValue), &returnFalse, ¬Nan); in FastToBoolean() local 6892 Branch(DoubleIsNAN(doubleValue), &returnFalse, ¬Nan); in FastToBooleanBaseline() local 7012 BRANCH(DoubleIsNAN(doubleValue), &returnFalse, ¬Nan); in FastToBooleanWithProfile() local 7132 Branch(DoubleIsNAN(doubleValue), &returnFalse, ¬Nan); FastToBooleanWithProfileBaseline() local [all...] |
Completed in 26 milliseconds