Searched refs:GMPQAPI (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | gmp_compat.h | 34 #define GMPQAPI(fun) impq_ ## fun macro 45 void GMPQAPI(clear)(mp_rat x); 48 int GMPQAPI(cmp)(mp_rat op1, mp_rat op2); 51 void GMPQAPI(init)(mp_rat x); 54 void GMPQAPI(mul)(mp_rat product, mp_rat multiplier, mp_rat multiplicand); 57 void GMPQAPI(set)(mp_rat rop, mp_rat op); 99 int GMPQAPI(sgn)(mp_rat op); 105 void GMPQAPI(set_ui)(mp_rat rop, unsigned long op1, unsigned long op2); 111 mp_int GMPQAPI(denref)(mp_rat op); 114 mp_int GMPQAPI(numref)(mp_rat op); [all …]
|
D | gmp_compat.c | 56 void GMPQAPI(clear)(mp_rat x) { in GMPQAPI() function 61 int GMPQAPI(cmp)(mp_rat op1, mp_rat op2) { in GMPQAPI() function 66 void GMPQAPI(init)(mp_rat x) { in GMPQAPI() function 71 void GMPQAPI(mul)(mp_rat product, mp_rat multiplier, mp_rat multiplicand) { in GMPQAPI() function 76 void GMPQAPI(set)(mp_rat rop, mp_rat op) { in GMPQAPI() function 146 int GMPQAPI(sgn)(mp_rat op) { in GMPQAPI() function 156 void GMPQAPI(set_ui)(mp_rat rop, unsigned long op1, unsigned long op2) { in GMPQAPI() function 166 mp_int GMPQAPI(denref)(mp_rat op) { in GMPQAPI() function 171 mp_int GMPQAPI(numref)(mp_rat op) { in GMPQAPI() function 176 void GMPQAPI(canonicalize)(mp_rat op) { in GMPQAPI() function [all …]
|