HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_mul_2exp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mul_2exp.c 0 /* mpfr_mul_2exp -- multiply a floating-point number by a power of two
27 #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
mpf2mpfr.h 145 #define mpf_mul_2exp(x,y,z) mpfr_mul_2exp(x,y,z,MPFR_DEFAULT_RND)
mpfr.h 653 __MPFR_DECLSPEC int mpfr_mul_2exp (mpfr_ptr, mpfr_srcptr, unsigned long,
927 #define mpfr_mul_2exp(y,x,n,r) mpfr_mul_2ui((y),(x),(n),(r)) macro
  /src/external/lgpl3/mpc/dist/src/
tan.c 38 mpfr_mul_2exp (x, mpc_realref (op), 1, MPFR_RNDN);
72 mpfr_mul_2exp (x, mpc_realref (op), 1, MPFR_RNDN);
76 mpfr_mul_2exp (x, mpc_imagref (op), 1, MPFR_RNDN);
  /src/external/lgpl3/mpfr/dist/tests/
taway.c 407 test2ui (mpfr_mul_2exp, "mpfr_mul_2exp");
reuse.c 606 test2ui (mpfr_mul_2exp, "mpfr_mul_2exp", p, (mpfr_rnd_t) rnd);

Completed in 19 milliseconds