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

References

tools/polly/lib/External/isl/imath/imath.c
 2771     for (d = *db, i = MP_DIGIT_BIT; i > 0; --i, d >>= 1) {
 2771     for (d = *db, i = MP_DIGIT_BIT; i > 0; --i, d >>= 1) {
 2772       if (d & 1) {
 2795   d = *dbt;
 2797     if (d & 1) {
 2805     d >>= 1;
 2806     if (!d) break;