Searched defs:GMPZAPI (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | gmp_compat.c | 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 [all …]
|
D | gmp_compat.h | 33 #define GMPZAPI(fun) impz_ ## fun macro
|