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

References

tools/polly/lib/External/isl/imath/imath.c
 1002   if ((res = mp_int_init_copy(&t, a)) != MP_OK)
 1008       if ((res = mp_int_mul(c, &t, c)) != MP_OK)
 1015     if ((res = mp_int_sqr(&t, &t)) != MP_OK)
 1015     if ((res = mp_int_sqr(&t, &t)) != MP_OK)
 1020   mp_int_clear(&t);