Searched defs:floating_type_traits (Results 1 – 1 of 1) sorted by relevance
127 struct floating_type_traits struct131 struct floating_type_traits<float> struct133 static constexpr int mantissa_bits = 23;134 static constexpr int exponent_bits = 8;135 static constexpr bool has_implicit_leading_bit = true;136 using mantissa_t = uint32_t;137 using shortest_scientific_t = ryu::floating_decimal_32;139 static constexpr uint64_t pow10_adjustment_tab[]144 struct floating_type_traits<double> struct146 static constexpr int mantissa_bits = 52;[all …]