Home
last modified time | relevance | path

Searched refs:doubleEqual (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp680 GateRef doubleEqual = builder_.DoubleEqual(left, right); in CompareDoubles() local
681 condition = builder_.BoolAnd(builder_.BoolAnd(leftNotNan, rightNotNan), doubleEqual); in CompareDoubles()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1155 GateRef doubleEqual = DoubleEqual(doubleLength, intToDouble); in DECLARE_BUILTINS() local
1158 … Branch(BoolAnd(doubleEqual, doubleLEMaxLen), &validDoubleLength, &slowPath); in DECLARE_BUILTINS()