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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 798 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten(); member in struct:fast_float::fast_float::powers_template
799 constexpr static int number_of_entries = 2 * (largest_power_of_five - smallest_power_of_five + 1);
1561 // At this point in time q is in [powers::smallest_power_of_five, powers::largest_power_of_five].
fast_float.h 798 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten(); member in struct:fast_float::fast_float::powers_template
799 constexpr static int number_of_entries = 2 * (largest_power_of_five - smallest_power_of_five + 1);
1561 // At this point in time q is in [powers::smallest_power_of_five, powers::largest_power_of_five].
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 770 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten(); member in struct:fast_float::fast_float::powers_template
771 constexpr static int number_of_entries = 2 * (largest_power_of_five - smallest_power_of_five + 1);
1533 // At this point in time q is in [powers::smallest_power_of_five, powers::largest_power_of_five].
fast_float.h 770 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten(); member in struct:fast_float::fast_float::powers_template
771 constexpr static int number_of_entries = 2 * (largest_power_of_five - smallest_power_of_five + 1);
1533 // At this point in time q is in [powers::smallest_power_of_five, powers::largest_power_of_five].

Completed in 71 milliseconds