Home
last modified time | relevance | path

Searched defs:is_correct (Results 1 – 4 of 4) sorted by relevance

/external/double-conversion/double-conversion/
Dstrtod.cc470 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
536 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
/external/cronet/base/third_party/double_conversion/double-conversion/
Dstrtod.cc470 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
536 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp486 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
552 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local
/external/cronet/third_party/icu/source/i18n/
Ddouble-conversion-strtod.cpp486 const bool is_correct = ComputeGuess(trimmed, exponent, &guess); in StrtodTrimmed() local
552 bool is_correct = ComputeGuess(trimmed, exponent, &double_guess); in StrtofTrimmed() local