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

Method partCount

ext/src/llvm/APFloat.cpp:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938IEEEFloat::~IEEEFloat() { freeSignificand(); }
939
940unsigned int IEEEFloat::partCount() const {
941 return partCountForBits(semantics->precision + 1);
942}
943
944const IEEEFloat::integerPart *IEEEFloat::significandParts() const {
945 return const_cast<IEEEFloat *>(this)->significandParts();

Callers 3

copySignificandMethod · 0.80
hash_valueFunction · 0.80

Calls 1

partCountForBitsFunction · 0.85

Tested by

no test coverage detected