Searched refs:GMPZAPI (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | gmp_compat.h | 33 #define GMPZAPI(fun) impz_ ## fun macro 60 void GMPZAPI(abs)(mp_int rop, mp_int op); 66 void GMPZAPI(clear)(mp_int x); 69 int GMPZAPI(cmp_si)(mp_int op1, long op2); 75 int GMPZAPI(cmp)(mp_int op1, mp_int op2); 78 void GMPZAPI(init)(mp_int x); 84 void GMPZAPI(neg)(mp_int rop, mp_int op); 87 void GMPZAPI(set_si)(mp_int rop, long op); 90 void GMPZAPI(set)(mp_int rop, mp_int op); 102 int GMPZAPI(sgn)(mp_int op); [all …]
|
| H A D | gmp_compat.c | 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 135 void GMPZAPI(set_ui)(mp_int rop, unsigned long op) { 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 609 GMPZAPI(fdiv_q)(q, n, d); in GMPZAPI() 643 GMPZAPI(fdiv_q)(q, n, temp); in GMPZAPI() 644 GMPZAPI(fdiv_r)(r, orig_n, temp); in GMPZAPI() [all …]
|