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

References

projects/compiler-rt/lib/builtins/divti3.c
   22   ti_int s_b = b >> bits_in_tword_m1;                   // s_b = b < 0 ? -1 : 0
   24   b = (b ^ s_b) - s_b;                                  // negate if s_b == -1
   24   b = (b ^ s_b) - s_b;                                  // negate if s_b == -1
   26   return (__udivmodti4(a, b, (tu_int *)0) ^ s_a) - s_a; // negate if s_a == -1