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

References

tools/polly/lib/External/isl/imath/imath.c
 2597     w = ((mp_word) MP_DIGIT_MAX + 1) - w - (mp_word)*zp;
 2597     w = ((mp_word) MP_DIGIT_MAX + 1) - w - (mp_word)*zp;
 2599     *zp = LOWER_HALF(w);
 2600     w = UPPER_HALF(w) ? 0 : 1;
 2600     w = UPPER_HALF(w) ? 0 : 1;
 2603   w = ((mp_word) MP_DIGIT_MAX + 1 + hi) - w - (mp_word)*zp;
 2603   w = ((mp_word) MP_DIGIT_MAX + 1 + hi) - w - (mp_word)*zp;
 2604   *zp = LOWER_HALF(w);
 2606   assert(UPPER_HALF(w) != 0); /* no borrow out should be possible */