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

References

tools/polly/lib/External/isl/imath/imath.c
 2122     w = w + (mp_word) *da + (mp_word) *db;
 2122     w = w + (mp_word) *da + (mp_word) *db;
 2123     *dc = LOWER_HALF(w);
 2124     w = UPPER_HALF(w);
 2124     w = UPPER_HALF(w);
 2129     w = w + *da;
 2129     w = w + *da;
 2131     *dc = LOWER_HALF(w);
 2132     w = UPPER_HALF(w);
 2132     w = UPPER_HALF(w);
 2136   return (mp_digit)w;