reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 if (aExponent == 0) 75 aExponent = normalize(&aSignificand); 94 const unsigned int align = aExponent - bExponent; 114 aExponent -= shift; 124 aExponent += 1; 129 if (aExponent >= maxExponent) 132 if (aExponent <= 0) { 135 const int shift = 1 - aExponent; 138 aExponent = 0; 148 result |= (rep_t)aExponent << significandBits;