Searched refs:lower_boundary (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-strtod.cc | 1097 DiyFp lower_boundary; in CheckDouble() local 1105 d.NormalizedBoundaries(&lower_boundary, &upper_boundary); in CheckDouble() 1106 return CompareBignumToDiyFp(input_digits, exponent, lower_boundary) <= 0; in CheckDouble() 1112 d.NormalizedBoundaries(&lower_boundary, &upper_boundary); in CheckDouble() 1116 d.NormalizedBoundaries(&lower_boundary, &upper_boundary); in CheckDouble() 1118 return CompareBignumToDiyFp(input_digits, exponent, lower_boundary) >= 0 && in CheckDouble() 1121 return CompareBignumToDiyFp(input_digits, exponent, lower_boundary) > 0 && in CheckDouble() 1183 DiyFp lower_boundary; in CheckFloat() local 1191 s.NormalizedBoundaries(&lower_boundary, &upper_boundary); in CheckFloat() 1192 return CompareBignumToDiyFp(input_digits, exponent, lower_boundary) < in CheckFloat() [all...] |
Completed in 2 milliseconds