Searched refs:mpq_abs (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gmp/mpq/
H A Dabs.c0 /* mpq_abs -- absolute value of a rational.
27 mpq_abs (mpq_ptr dst, mpq_srcptr src) function
/haiku-buildtools/gcc/gmp/demos/expr/
H A Dexprq.c113 { "abs", (mpexpr_fun_t) mpq_abs, MPEXPR_TYPE_UNARY },
/haiku-buildtools/gcc/gmp/
H A Dgmp-h.in1176 #define mpq_abs __gmpq_abs
1178 __GMP_DECLSPEC void mpq_abs __GMP_PROTO ((mpq_ptr, mpq_srcptr));
1850 mpq_abs (mpq_ptr __gmp_w, mpq_srcptr __gmp_u)
H A Dgmpxx.h1162 static void eval(mpq_ptr q, mpq_srcptr r) { mpq_abs(q, r); }
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs2556 { mpq_abs }, /* 0 */

Completed in 111 milliseconds