Searched refs:double_guess (Results 1 – 1 of 1) sorted by relevance
497 double double_guess; in Strtof() local498 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in Strtof()500 float float_guess = static_cast<float>(double_guess); in Strtof()501 if (float_guess == double_guess) { in Strtof()520 double double_next = Double(double_guess).NextDouble(); in Strtof()521 double double_previous = Double(double_guess).PreviousDouble(); in Strtof()