Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h105 constexpr int SUBNORMAL_EXPONENT = -FPBits<T>::EXP_BIAS + 1; T() local
227 constexpr int SUBNORMAL_EXPONENT = -LDBits::EXP_BIAS + 1; global() variable