Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbigint.cc605 ComparisonResult AbsoluteLess(bool both_negative) { in AbsoluteLess() function
619 if (result < 0) return AbsoluteLess(x_sign); in CompareToBigInt()
810 if (x_digit < abs_value) return AbsoluteLess(x_sign); in CompareToNumber()
855 if (x_bitlength < y_bitlength) return AbsoluteLess(x_sign); in CompareToDouble()
894 if (x_msd < compare_mantissa) return AbsoluteLess(x_sign); in CompareToDouble()
913 if (digit < compare_mantissa) return AbsoluteLess(x_sign); in CompareToDouble()
919 return AbsoluteLess(x_sign); in CompareToDouble()