Searched refs:found_exponent (Results 1 – 9 of 9) sorted by relevance
175 int* found_exponent) { in GetCachedPowerForDecimalExponent() argument182 *found_exponent = cached_power.decimal_exponent; in GetCachedPowerForDecimalExponent()183 DOUBLE_CONVERSION_ASSERT(*found_exponent <= requested_exponent); in GetCachedPowerForDecimalExponent()184 DOUBLE_CONVERSION_ASSERT(requested_exponent < *found_exponent + kDecimalExponentDistance); in GetCachedPowerForDecimalExponent()
72 int* found_exponent);
451 bool found_exponent = false; in ParseFloat() local469 found_exponent = false; in ParseFloat()472 found_exponent = true; in ParseFloat()479 if (!found_exponent && RequireExponent(format_flags)) { in ParseFloat()