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.cpp2981 unsigned int powHUerr; in roundSignificandWithExponent() local
2986 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2997 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
3006 powHUerr); in roundSignificandWithExponent()