Searched refs:ExponentWidth (Results 1 – 4 of 4) sorted by relevance
29 template <typename T> struct ExponentWidth { struct93 static constexpr int EXPONENT_BIAS = (1 << (ExponentWidth<T>::VALUE - 1)) - 1;94 static constexpr int MAX_EXPONENT = (1 << ExponentWidth<T>::VALUE) - 1;
94 constexpr int MAX_EXPONENT_VALUE = (1 << ExponentWidth<T>::VALUE) - 2; in T()212 (1 << ExponentWidth<long double>::VALUE) - 2;
37 (fputil::ExponentWidth<ValType>::VALUE - 1) / 4 + 1; in describeValue()
165 (((fputil::ExponentWidth<long double>::VALUE * 5) + 15) / 16) + 1; in convert_float_hex_exp()