Home
last modified time | relevance | path

Searched refs:mpf_div_2exp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gmp/mpf/
HDdiv_2exp.c68 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_div_2exp() function
/dragonfly/contrib/mpfr/src/
HDmpf2mpfr.h93 #undef mpf_div_2exp
94 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND) macro
/dragonfly/contrib/gmp/scanf/
HDdoscan.c399 mpf_div_2exp (f, f, - (unsigned long) exp); in gmpscan()
/dragonfly/gnu/usr.bin/gmp/
HDgmp.h1329 #define mpf_div_2exp __gmpf_div_2exp macro
1330 __GMP_DECLSPEC void mpf_div_2exp __GMP_PROTO ((mpf_ptr, mpf_srcptr, mp_bitcnt_t));