Searched defs:scientific_exponent (Results 1 – 2 of 2) sorted by relevance
936 const int scientific_exponent = fd.exponent + mantissa_length - 1; in __floating_to_chars_shortest() local1437 int scientific_exponent; in __floating_to_chars_precision() local
2449 fastfloat_really_inline int32_t scientific_exponent(parsed_number_string& num) noexcept { in scientific_exponent() function