Home
last modified time | relevance | path

Searched defs:MAX_EXPONENT_VALUE (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h97 constexpr int MAX_EXPONENT_VALUE = (1 << FPBits<T>::EXP_LEN) - 2; T() local
219 constexpr int MAX_EXPONENT_VALUE = (1 << LDBits::EXP_LEN) - 2; global() variable