reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
21 const rep_t bAbs = bRep & absMask; 63 aRep = bRep; 64 bRep = temp; 69 int bExponent = bRep >> significandBits & maxExponent; 71 rep_t bSignificand = bRep & significandMask; 83 const bool subtraction = (aRep ^ bRep) & signBit;