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

References

projects/compiler-rt/lib/builtins/divti3.c
   23   a = (a ^ s_a) - s_a;                                  // negate if s_a == -1
   23   a = (a ^ s_a) - s_a;                                  // negate if s_a == -1
   25   s_a ^= s_b;                                           // sign of quotient
   26   return (__udivmodti4(a, b, (tu_int *)0) ^ s_a) - s_a; // negate if s_a == -1
   26   return (__udivmodti4(a, b, (tu_int *)0) ^ s_a) - s_a; // negate if s_a == -1