Lines Matching refs:GMPQAPI
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);
117 void GMPQAPI(canonicalize)(mp_rat op);
174 char* GMPQAPI(get_str)(char *str, int radix, mp_rat op);
181 int GMPQAPI(set_str)(mp_rat rop, char *str, int base);