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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  126 mp_result mp_int_neg(mp_int a, mp_int c);            /* c = -a    */

References

tools/polly/lib/External/isl/imath/gmp_compat.c
  122   CHECK(mp_int_neg(op, rop));
tools/polly/lib/External/isl/imath/imath.c
 1346     if ((res = mp_int_neg(&v, &t)) != MP_OK)
 1362       if ((res = mp_int_neg(&t, &v)) != MP_OK)
 1607     (void) mp_int_neg(c, c); /* cannot fail */
tools/polly/lib/External/isl/imath/imrat.c
  215   if ((res = mp_int_neg(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK)
tools/polly/lib/External/isl/isl_int_sioimath.h
  569 	mp_int_neg(isl_sioimath_get_big(arg), isl_sioimath_reinit_big(dst));