Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.cc602 ComparisonResult AbsoluteLess(bool both_negative) { in AbsoluteLess() function
616 if (result < 0) return AbsoluteLess(x_sign); in CompareToBigInt()
813 if (x_digit < abs_value) return AbsoluteLess(x_sign); in CompareToNumber()
857 if (x_bitlength < y_bitlength) return AbsoluteLess(x_sign); in CompareToDouble()
896 if (x_msd < compare_mantissa) return AbsoluteLess(x_sign); in CompareToDouble()
915 if (digit < compare_mantissa) return AbsoluteLess(x_sign); in CompareToDouble()
921 return AbsoluteLess(x_sign); in CompareToDouble()