Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp404 int thisExponent = fputil::FPBits<T>(thisAsT).get_exponent(); in ulp() local
408 ++thisExponent; in ulp()
412 if (thisAsT * input < 0 || thisExponent == inputExponent) { in ulp()
417 -thisExponent + int(fputil::MantissaWidth<T>::VALUE), in ulp()