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

References

projects/compiler-rt/lib/builtins/divsf3.c
   76       scale -= normalize(&bSignificand);
   83   bSignificand |= implicitBit;
   91   uint32_t q31b = bSignificand << 8;
  143     residual = (aSignificand << 24) - quotient * bSignificand;
  147     residual = (aSignificand << 23) - quotient * bSignificand;
  160       const bool round = (residual << 1) > bSignificand;
  176     const bool round = (residual << 1) > bSignificand;