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

References

projects/compiler-rt/lib/builtins/fp_add_impl.inc
   24   if (aAbs - REP_C(1) >= infRep - REP_C(1) ||
   24   if (aAbs - REP_C(1) >= infRep - REP_C(1) ||
   25       bAbs - REP_C(1) >= infRep - REP_C(1)) {
   25       bAbs - REP_C(1) >= infRep - REP_C(1)) {
projects/compiler-rt/lib/builtins/fp_mul_impl.inc
  104     const unsigned int shift = REP_C(1) - (unsigned int)productExponent;