Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/
H A Dfloat_to_string.h419 static constexpr int EXP_BIAS = fputil::FPBits<T>::EXP_BIAS; global() variable
632 static constexpr int EXP_BIAS = fputil::FPBits<long double>::EXP_BIAS; global() variable
/llvm-project/libc/src/math/generic/
H A Dlog1p.cpp882 constexpr int EXP_BIAS = FPBits_t::EXP_BIAS; global() variable