OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_int_neg
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/imath_wrap/
wrap.h
106
#define
mp_int_neg
isl_mp_int_neg
macro
/src/external/mit/isl/dist/imath/
imath.h
163
mp_result
mp_int_neg
(mp_int a, mp_int c);
imath.c
526
mp_result
mp_int_neg
(mp_int a, mp_int c) {
function
1181
REQUIRE(
mp_int_neg
(TEMP(1), TEMP(2)));
1192
REQUIRE(
mp_int_neg
(TEMP(2), TEMP(1)));
1387
if (flips) (void)
mp_int_neg
(c, c); /* cannot fail */
gmp_compat.c
107
void GMPZAPI(neg)(mp_int rop, mp_int op) { CHECK(
mp_int_neg
(op, rop)); }
imrat.c
192
if ((res =
mp_int_neg
(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK) {
/src/external/mit/isl/dist/
isl_int_sioimath.h
569
mp_int_neg
(isl_sioimath_get_big(arg), isl_sioimath_reinit_big(dst));
Completed in 22 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026