reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
141 wideMultiply(aSignificand << 2, reciprocal, "ient, "ientLo); 157 if (quotient < (implicitBit << 1)) { 158 residual = (aSignificand << 53) - quotient * bSignificand; 161 quotient >>= 1; 162 residual = (aSignificand << 52) - quotient * bSignificand; 177 rep_t absResult = quotient & significandMask; 193 rep_t absResult = quotient & significandMask;