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

References

tools/polly/lib/External/isl/imath/imath.c
 2268     w = 0;
 2270       w = (mp_word)*da * (mp_word)*dbt + w + (mp_word)*dct;
 2270       w = (mp_word)*da * (mp_word)*dbt + w + (mp_word)*dct;
 2272       *dct = LOWER_HALF(w);
 2273       w = UPPER_HALF(w);
 2273       w = UPPER_HALF(w);
 2276     *dct = (mp_digit)w;