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

References

tools/polly/lib/External/isl/imath/imath.c
 2450     w = (w << MP_DIGIT_BIT) | *da;
 2450     w = (w << MP_DIGIT_BIT) | *da;
 2452     if (w >= b) {
 2453       qdigit = w / b;
 2454       w = w % b;
 2454       w = w % b;
 2464   return (mp_digit)w;