Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2762 unsigned int parts, pow5PartCount; in roundSignificandWithExponent() local
2773 pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp); in roundSignificandWithExponent()
2789 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()