HomeSort by: relevance | last modified time | path
    Searched defs:mpfr_div_2exp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
div_2exp.c 0 /* mpfr_div_2exp -- divide a floating-point number by a power of two
27 #undef mpfr_div_2exp macro
30 mpfr_div_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode) function
mpfr.h 655 __MPFR_DECLSPEC int mpfr_div_2exp (mpfr_ptr, mpfr_srcptr, unsigned long,
928 #define mpfr_div_2exp(y,x,n,r) mpfr_div_2ui((y),(x),(n),(r)) macro

Completed in 26 milliseconds