Home
last modified time | relevance | path

Searched defs:leftNotNan (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp795 GateRef leftNotNan = builder_.BoolNot(builder_.DoubleIsNAN(left)); in CompareDoubles() local
803 GateRef leftNotNan = builder_.DoubleIsNAN(left); in CompareDoubles() local
Dstub_builder.cpp5853 Label leftNotNan(env); in FastMod() local