Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp500 float float_guess = static_cast<float>(double_guess); in Strtof() local
501 if (float_guess == double_guess) { in Strtof()
503 return float_guess; in Strtof()
524 float f2 = float_guess; in Strtof()
539 return float_guess; in Strtof()