reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
535 count = bits / APFloatBase::integerPartWidth; 538 part = parts[count] & (~(APFloatBase::integerPart) 0 >> (APFloatBase::integerPartWidth - partBits)); 545 if (count == 0) { 553 while (--count) 554 if (parts[count]) 559 while (--count) 560 if (~parts[count])