Home
last modified time | relevance | path

Searched refs:DoubleIsINF (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h690 inline GateRef StubBuilder::DoubleIsINF(GateRef x) in DoubleIsINF() function
692 return env_->GetBuilder()->DoubleIsINF(x); in DoubleIsINF()
Dstub_builder.h225 GateRef DoubleIsINF(GateRef x);
Dcircuit_builder.h578 inline GateRef DoubleIsINF(GateRef x);
Dcircuit_builder-inl.h332 GateRef CircuitBuilder::DoubleIsINF(GateRef x) in DoubleIsINF() function
Dstub_builder.cpp4768 Branch(DoubleIsINF(*doubleLeft), &rightIsZeroOrNanOrLeftIsNanOrInf, in FastMod()
4786 Branch(DoubleIsINF(*doubleRight), &leftIsZeroOrRightIsInf, &rightNotInf); in FastMod()