Searched refs:max_exponent (Results 1 – 4 of 4) sorted by relevance
47 using details::max_exponent; in cast_safety()50 if constexpr ((kFromSigned == kToSigned && max_exponent<R> >= max_exponent<T>) || in cast_safety()51 (!kFromSigned && kToSigned && max_exponent<R> > max_exponent<T>)) { in cast_safety()
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
192 static constexpr const int max_exponent = 16;