Searched defs:GMPZAPI (Results 1 – 2 of 2) sorted by relevance
78 void GMPZAPI(add)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function83 void GMPZAPI(clear)(mp_int x) { mp_int_clear(x); } in GMPZAPI() function86 int GMPZAPI(cmp_si)(mp_int op1, long op2) { in GMPZAPI() function91 int GMPZAPI(cmpabs)(mp_int op1, mp_int op2) { in GMPZAPI() function99 void GMPZAPI(init)(mp_int x) { CHECK(mp_int_init(x)); } in GMPZAPI() function135 void GMPZAPI(set_ui)(mp_int rop, unsigned long op) { in GMPZAPI() function166 void GMPZAPI(divexact)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function173 int GMPZAPI(divisible_p)(mp_int n, mp_int d) { in GMPZAPI() function419 unsigned long GMPZAPI(get_ui)(mp_int op) { in GMPZAPI() function435 long GMPZAPI(get_si)(mp_int op) { in GMPZAPI() function[all …]
33 #define GMPZAPI(fun) impz_ ## fun macro