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

References

tools/polly/lib/External/isl/imath/imath.c
 2345     w = (mp_word)*dat * (mp_word)*dat + (mp_word)*dct;
 2345     w = (mp_word)*dat * (mp_word)*dat + (mp_word)*dct;
 2348     ++dat; ++dct;
 2350     for (j = i + 1; j < size_a; ++j, ++dat, ++dct) {
 2351       mp_word  t = (mp_word)*da * (mp_word)*dat;