HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_div_2exp (Results 1 - 8 of 8) 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
mpf2mpfr.h 105 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND)
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
  /src/external/lgpl3/mpc/dist/tests/
tatan.c 36 mpfr_div_2exp (mpc_imagref(z), mpc_imagref(z), 20, MPFR_RNDZ);
tpow_ui.c 108 mpfr_div_2exp (mpc_realref (z), mpc_realref (z), 2, MPFR_RNDN);
  /src/external/lgpl3/mpfr/dist/tests/
taway.c 404 test2ui (mpfr_div_2exp, "mpfr_div_2exp");
reuse.c 603 test2ui (mpfr_div_2exp, "mpfr_div_2exp", p, (mpfr_rnd_t) rnd);
  /src/external/lgpl3/mpc/dist/src/
asin.c 43 mpfr_div_2exp (mpc_realref (z1), mpc_realref (z1), 1, MPFR_RNDN); /* exact */

Completed in 17 milliseconds