Home
last modified time | relevance | path

Searched defs:mpfr_mul_ui (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmul_ui.c28 mpfr_mul_ui (mpfr_ptr y, mpfr_srcptr x, unsigned long int u, mpfr_rnd_t rnd_mode) in mpfr_mul_ui() function
H A Dmpfr.h992 #define mpfr_mul_ui(_f, _g, _u,_r) \ macro