Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp2420 unsigned int powHUerr; in roundSignificandWithExponent() local
2425 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2436 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2445 powHUerr); in roundSignificandWithExponent()