Searched refs:doubleEqual (Results 1 – 2 of 2) sorted by relevance
680 GateRef doubleEqual = builder_.DoubleEqual(left, right); in CompareDoubles() local681 condition = builder_.BoolAnd(builder_.BoolAnd(leftNotNan, rightNotNan), doubleEqual); in CompareDoubles()
1155 GateRef doubleEqual = DoubleEqual(doubleLength, intToDouble); in DECLARE_BUILTINS() local1158 … Branch(BoolAnd(doubleEqual, doubleLEMaxLen), &validDoubleLength, &slowPath); in DECLARE_BUILTINS()