Searched defs:max_exponent (Results 1 – 2 of 2) sorted by relevance
26 constexpr int max_exponent = std::is_floating_point_v<T> ? L::max_exponent : L::digits; variable
161 static constexpr int max_exponent = std::numeric_limits<BaseType>::max_exponent; variable