Home
last modified time | relevance | path

Searched defs:mpf_div_2exp (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gmp/mpf/
H A Ddiv_2exp.c68 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_div_2exp() function
/dragonfly/contrib/mpfr/src/
H A Dmpf2mpfr.h94 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND) macro
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1329 #define mpf_div_2exp __gmpf_div_2exp macro