Home
last modified time | relevance | path

Searched refs:MPFR_UNSIGNED_MINUS_MODULO (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dnext.c46 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC(x)); in mpfr_nexttozero()
80 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC(x)); in mpfr_nexttoinf()
H A Dround_prec.c169 MPFR_UNSIGNED_MINUS_MODULO(s, err); in mpfr_can_round_raw()
174 MPFR_UNSIGNED_MINUS_MODULO(s1, prec); in mpfr_can_round_raw()
H A Dget_z_exp.c62 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC (f)); in mpfr_get_z_2exp()
H A Dsub1sp.c292 MPFR_UNSIGNED_MINUS_MODULO(sh, p); in mpfr_sub1sp()
404 MPFR_UNSIGNED_MINUS_MODULO(sh, p); in mpfr_sub1sp()
500 MPFR_UNSIGNED_MINUS_MODULO(sh, p); in mpfr_sub1sp()
H A Dset_z_exp.c91 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC (f) ); in mpfr_set_z_2exp()
H A Dsqrt.c87 MPFR_UNSIGNED_MINUS_MODULO(sh,MPFR_PREC(r)); in mpfr_sqrt()
H A Ddiv_ui.c184 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC (y)); in mpfr_div_ui()
H A Drint.c115 MPFR_UNSIGNED_MINUS_MODULO (sh, MPFR_PREC (r)); in mpfr_rint()
H A Dsub1.c151 MPFR_UNSIGNED_MINUS_MODULO (shift_b, cancel); in mpfr_sub1()
H A Dadd1sp.c111 MPFR_UNSIGNED_MINUS_MODULO(sh, p); in mpfr_add1sp()
H A Ddiv.c273 MPFR_UNSIGNED_MINUS_MODULO(sh, MPFR_PREC(q)); in mpfr_div()
H A Dmpfr-impl.h1087 #define MPFR_UNSIGNED_MINUS_MODULO(s, a) \ macro
1247 MPFR_UNSIGNED_MINUS_MODULO (_sh, _destprec); \