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

References

projects/compiler-rt/lib/builtins/divsf3.c
  142   if (quotient < (implicitBit << 1)) {
  143     residual = (aSignificand << 24) - quotient * bSignificand;
  146     quotient >>= 1;
  147     residual = (aSignificand << 23) - quotient * bSignificand;
  162       rep_t absResult = quotient & significandMask;
  178     rep_t absResult = quotient & significandMask;