Searched refs:double_guess (Results 1 – 1 of 1) sorted by relevance
549 double double_guess; in Strtof() local550 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in Strtof()552 float float_guess = SanitizedDoubletof(double_guess); in Strtof()553 if (float_guess == double_guess) { in Strtof()572 double double_next = Double(double_guess).NextDouble(); in Strtof()573 double double_previous = Double(double_guess).PreviousDouble(); in Strtof()