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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  134 mp_result mp_int_sqr(mp_int a, mp_int c);            /* c = a * a */

References

tools/polly/lib/External/isl/imath/imath.c
 1015     if ((res = mp_int_sqr(&t, &t)) != MP_OK)
 1047     if ((res = mp_int_sqr(&t, &t)) != MP_OK)
 1082       if ((res = mp_int_sqr(&t, &t)) != MP_OK)