Searched defs:mpfr_mul_2exp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmul_2exp.c27 #undef mpfr_mul_2exp macro
30 mpfr_mul_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode) function
H A Dmpfr.h927 #define mpfr_mul_2exp(y,x,n,r) mpfr_mul_2ui((y),(x),(n),(r)) macro

Completed in 103 milliseconds