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

  /src/external/lgpl3/mpfr/dist/tests/
texp2m1.c 1 /* Test file for mpfr_exp2m1.
25 #define TEST_FUNCTION mpfr_exp2m1
40 mpfr_exp2m1 (y, x, MPFR_RNDN);
48 mpfr_exp2m1 (y, x, MPFR_RNDN);
56 mpfr_exp2m1 (y, x, MPFR_RNDN);
64 mpfr_exp2m1 (y, x, MPFR_RNDN);
72 mpfr_exp2m1 (y, x, MPFR_RNDN);
82 i = mpfr_exp2m1 (x, x, MPFR_RNDN);
89 i = mpfr_exp2m1 (x, x, MPFR_RNDU);
96 i = mpfr_exp2m1 (x, x, MPFR_RNDD)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
exp2m1.c 0 /* mpfr_exp2m1 -- Compute 2^x-1
66 mpfr_exp2m1 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
mpfr.h 633 __MPFR_DECLSPEC int mpfr_exp2m1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);

Completed in 16 milliseconds