MCPcopy Create free account
hub / github.com/ablab/spades / partCountForBits

Function partCountForBits

ext/src/llvm/APFloat.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static inline unsigned int
222partCountForBits(unsigned int bits)
223{
224 return ((bits) + APFloatBase::integerPartWidth - 1) / APFloatBase::integerPartWidth;
225}
226
227/* Returns 0U-9U. Return values >= 10U are not digits. */
228static inline unsigned int

Callers 10

partCountMethod · 0.85
multiplySignificandMethod · 0.85
convertMethod · 0.85
convertToIntegerMethod · 0.85
toStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected