Searched refs:upper_boundary (Results 1 – 1 of 1) sorted by relevance
494 DiyFp upper_boundary = Double(guess).UpperBoundary(); in StrtodTrimmed() local495 int comparison = CompareBufferWithDiyFp(trimmed, exponent, upper_boundary); in StrtodTrimmed()602 DiyFp upper_boundary; in Strtof() local605 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in Strtof()607 upper_boundary = Single(guess).UpperBoundary(); in Strtof()609 int comparison = CompareBufferWithDiyFp(trimmed, exponent, upper_boundary); in Strtof()