Home
last modified time | relevance | path

Searched defs:notNan (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1506 BRANCH_CIR2(DoubleIsNAN(doubleValue), &returnFalse, &notNan); in FastToBoolean() local
H A Dtyped_native_inline_lowering.cpp1780 Label *notNan = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
H A Dstub_builder.cpp6793 BRANCH(DoubleIsNAN(doubleValue), &returnFalse, &notNan); in FastToBoolean() local
6892 Branch(DoubleIsNAN(doubleValue), &returnFalse, &notNan); in FastToBooleanBaseline() local
7012 BRANCH(DoubleIsNAN(doubleValue), &returnFalse, &notNan); in FastToBooleanWithProfile() local
7132 Branch(DoubleIsNAN(doubleValue), &returnFalse, &notNan); FastToBooleanWithProfileBaseline() local
[all...]

Completed in 24 milliseconds