Lines Matching defs:GMPZAPI

81 void GMPZAPI(abs)(mp_int rop, mp_int op) {  in GMPZAPI()  function
86 void GMPZAPI(add)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
91 void GMPZAPI(clear)(mp_int x) { in GMPZAPI() function
96 int GMPZAPI(cmp_si)(mp_int op1, long op2) { in GMPZAPI() function
101 int GMPZAPI(cmpabs)(mp_int op1, mp_int op2) { in GMPZAPI() function
106 int GMPZAPI(cmp)(mp_int op1, mp_int op2) { in GMPZAPI() function
111 void GMPZAPI(init)(mp_int x) { in GMPZAPI() function
116 void GMPZAPI(mul)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
121 void GMPZAPI(neg)(mp_int rop, mp_int op) { in GMPZAPI() function
126 void GMPZAPI(set_si)(mp_int rop, long op) { in GMPZAPI() function
131 void GMPZAPI(set)(mp_int rop, mp_int op) { in GMPZAPI() function
136 void GMPZAPI(sub)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
141 void GMPZAPI(swap)(mp_int rop1, mp_int rop2) { in GMPZAPI() function
151 int GMPZAPI(sgn)(mp_int op) { in GMPZAPI() function
161 void GMPZAPI(set_ui)(mp_int rop, unsigned long op) { in GMPZAPI() function
187 void GMPZAPI(addmul)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
199 void GMPZAPI(divexact)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function
206 int GMPZAPI(divisible_p)(mp_int n, mp_int d) { in GMPZAPI() function
229 void GMPZAPI(submul)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
241 void GMPZAPI(add_ui)(mp_int rop, mp_int op1, unsigned long op2) { in GMPZAPI() function
253 void GMPZAPI(divexact_ui)(mp_int q, mp_int n, unsigned long d) { in GMPZAPI() function
264 void GMPZAPI(mul_ui)(mp_int rop, mp_int op1, unsigned long op2) { in GMPZAPI() function
276 void GMPZAPI(pow_ui)(mp_int rop, mp_int base, unsigned long exp) { in GMPZAPI() function
293 void GMPZAPI(sub_ui)(mp_int rop, mp_int op1, unsigned long op2) { in GMPZAPI() function
310 void GMPZAPI(gcd)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
323 char* GMPZAPI(get_str)(char *str, int radix, mp_int op) { in GMPZAPI() function
382 int GMPZAPI(set_str)(mp_int rop, char *str, int base) { in GMPZAPI() function
444 unsigned long GMPZAPI(get_ui)(mp_int op) { in GMPZAPI() function
462 long GMPZAPI(get_si)(mp_int op) { in GMPZAPI() function
494 void GMPZAPI(lcm)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() function
509 void GMPZAPI(mul_2exp)(mp_int rop, mp_int op1, unsigned long op2) { in GMPZAPI() function
561 void GMPZAPI(cdiv_q)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function
593 void GMPZAPI(fdiv_q)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function
625 void GMPZAPI(fdiv_r)(mp_int r, mp_int n, mp_int d) { in GMPZAPI() function
655 void GMPZAPI(tdiv_q)(mp_int q, mp_int n, mp_int d) { in GMPZAPI() function
661 unsigned long GMPZAPI(fdiv_q_ui)(mp_int q, mp_int n, unsigned long d) { in GMPZAPI() function
687 void* GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, int endian, size_t nails, … in GMPZAPI() function
765 void GMPZAPI(import)(mp_int rop, size_t count, int order, size_t size, int endian, size_t nails, co… in GMPZAPI() function
834 size_t GMPZAPI(sizeinbase)(mp_int op, int base) { in GMPZAPI() function