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

References

tools/polly/lib/External/isl/imath/imath.c
 2933     qhat = pfx / v->digits[n-1];
 2938     if (qhat > MP_DIGIT_MAX)
 2939       qhat = MP_DIGIT_MAX;
 2954     s_dbmul(MP_DIGITS(v), (mp_digit) qhat, t.digits, n+1); t.used = n + 1;
 2960       qhat -= 1;   /* try a smaller q */
 2961       s_dbmul(MP_DIGITS(v), (mp_digit) qhat, t.digits, n+1);
 2964         assert(qhat > 0);
 2965         qhat -= 1; /* try a smaller q */
 2966         s_dbmul(MP_DIGITS(v), (mp_digit) qhat, t.digits, n+1);
 2987     q.digits[j] = (mp_digit)qhat;