Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp796 GateRef rightNotNan = builder_.BoolNot(builder_.DoubleIsNAN(right)); in CompareDoubles() local
804 GateRef rightNotNan = builder_.DoubleIsNAN(right); in CompareDoubles() local
Dstub_builder.cpp5849 Label rightNotNan(env); in FastMod() local