Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3083 unsigned int powHUerr; in roundSignificandWithExponent() local
3088 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
3099 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
3108 powHUerr); in roundSignificandWithExponent()