Home
last modified time | relevance | path

Searched refs:ExponentWidth (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFPBits.h29 template <typename T> struct ExponentWidth { struct
93 static constexpr int EXPONENT_BIAS = (1 << (ExponentWidth<T>::VALUE - 1)) - 1;
94 static constexpr int MAX_EXPONENT = (1 << ExponentWidth<T>::VALUE) - 1;
H A DNormalFloat.h94 constexpr int MAX_EXPONENT_VALUE = (1 << ExponentWidth<T>::VALUE) - 2; in T()
212 (1 << ExponentWidth<long double>::VALUE) - 2;
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.cpp37 (fputil::ExponentWidth<ValType>::VALUE - 1) / 4 + 1; in describeValue()
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dfloat_hex_converter.h165 (((fputil::ExponentWidth<long double>::VALUE * 5) + 15) / 16) + 1; in convert_float_hex_exp()