Searched refs:mp_int_neg (Results 1 – 6 of 6) sorted by relevance
106 #define mp_int_neg isl_mp_int_neg macro
126 mp_result mp_int_neg(mp_int a, mp_int c); /* c = -a */
545 mp_result mp_int_neg(mp_int a, mp_int c) in mp_int_neg() function1346 if ((res = mp_int_neg(&v, &t)) != MP_OK) in mp_int_gcd()1362 if ((res = mp_int_neg(&t, &v)) != MP_OK) in mp_int_gcd()1607 (void) mp_int_neg(c, c); /* cannot fail */ in mp_int_root()
122 CHECK(mp_int_neg(op, rop)); in GMPZAPI()
215 if ((res = mp_int_neg(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK) in mp_rat_neg()
569 mp_int_neg(isl_sioimath_get_big(arg), isl_sioimath_reinit_big(dst)); in isl_sioimath_neg()