Searched refs:mpfr_sub_q (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/mpfr/tests/
H A Dtgmpop.c88 mpfr_sub_q (y, x, q, MPFR_RNDU);
95 mpfr_sub_q (y, x, q, MPFR_RNDU);
106 res = mpfr_sub_q (y, x, q, MPFR_RNDU);
114 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
119 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
127 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
132 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
138 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
143 res = mpfr_sub_q (y, x, q, MPFR_RNDN);
151 res = mpfr_sub_q (
[all...]
/haiku-buildtools/gcc/mpfr/src/
H A Dgmp_op.c339 mpfr_sub_q (mpfr_ptr y, mpfr_srcptr x, mpq_srcptr z,mpfr_rnd_t rnd_mode) function
H A Dmpfr.h695 __MPFR_DECLSPEC int mpfr_sub_q _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,

Completed in 56 milliseconds