Home
last modified time | relevance | path

Searched defs:scientific_exponent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc936 const int scientific_exponent = fd.exponent + mantissa_length - 1; in __floating_to_chars_shortest() local
1437 int scientific_exponent; in __floating_to_chars_precision() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2449 fastfloat_really_inline int32_t scientific_exponent(parsed_number_string& num) noexcept { in scientific_exponent() function