Searched refs:mpf_div_2exp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gmp/mpf/ |
| HD | div_2exp.c | 68 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_div_2exp() function
|
| /dragonfly/contrib/mpfr/src/ |
| HD | mpf2mpfr.h | 93 #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/ |
| HD | doscan.c | 399 mpf_div_2exp (f, f, - (unsigned long) exp); in gmpscan()
|
| /dragonfly/gnu/usr.bin/gmp/ |
| HD | gmp.h | 1329 #define mpf_div_2exp __gmpf_div_2exp macro 1330 __GMP_DECLSPEC void mpf_div_2exp __GMP_PROTO ((mpf_ptr, mpf_srcptr, mp_bitcnt_t));
|