Home
last modified time | relevance | path

Searched defs:GMPZAPI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dgmp_compat.c78 void GMPZAPI(add)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
83 void GMPZAPI(clear)(mp_int x) { mp_int_clear(x); } in GMPZAPI() function
86 int GMPZAPI(cmp_si)(mp_int op1, long op2) { in GMPZAPI() function
91 int GMPZAPI(cmpabs)(mp_int op1, mp_int op2) { in GMPZAPI() function
99 void GMPZAPI(init)(mp_int x) { CHECK(mp_int_init(x)); } in GMPZAPI() function
135 void GMPZAPI(set_ui)(mp_int rop, unsigned long op) { in GMPZAPI() function
166 void GMPZAPI(divexact)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function
173 int GMPZAPI(divisible_p)(mp_int n, mp_int d) { in GMPZAPI() function
419 unsigned long GMPZAPI(get_ui)(mp_int op) { in GMPZAPI() function
435 long GMPZAPI(get_si)(mp_int op) { in GMPZAPI() function
[all …]
H A Dgmp_compat.h33 #define GMPZAPI(fun) impz_ ## fun macro