reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/divdf3.c
  141   wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
  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;