HomeSort by: relevance | last modified time | path
    Searched defs:largest_power_of_ten (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 169 binary_format<floating_type_float16_t>::largest_power_of_ten() function in class:__anon14851::fast_float::binary_format
174 binary_format<floating_type_bfloat16_t>::largest_power_of_ten() function in class:__anon14851::fast_float::binary_format
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 368 static inline constexpr int largest_power_of_ten();
470 inline constexpr int binary_format<double>::largest_power_of_ten() { function in class:fast_float::span::binary_format
474 inline constexpr int binary_format<float>::largest_power_of_ten() { function in class:fast_float::span::binary_format
798 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten();
1555 if (q > binary::largest_power_of_ten()) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 366 static inline constexpr int largest_power_of_ten();
465 inline constexpr int binary_format<double>::largest_power_of_ten() { function in class:fast_float::span::binary_format
469 inline constexpr int binary_format<float>::largest_power_of_ten() { function in class:fast_float::span::binary_format
770 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten();
1527 if (q > binary::largest_power_of_ten()) {

Completed in 24 milliseconds