Searched refs:epsExponent (Results 1 – 1 of 1) sorted by relevance
219 int epsExponent = bits.exponent - fputil::FPBits<T>::exponentBias - in ulp() local223 ++epsExponent; in ulp()230 --epsExponent; in ulp()235 mpfr_mul_2si(mpfrInput.value, mpfrInput.value, -epsExponent, MPFR_RNDN); in ulp()