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

References

tools/polly/lib/External/isl/imath/imath.c
 2391   w = (mp_word)*da + b;
 2392   *da++ = LOWER_HALF(w);
 2395   for (ua -= 1; ua > 0; --ua, ++da) {
 2396     w = (mp_word)*da + w;
 2398     *da = LOWER_HALF(w);
 2403     *da = (mp_digit)w;