Home
last modified time | relevance | path

Searched refs:mpfr_expm1 (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtexpm1.c35 res = mpfr_expm1 (a, b, rnd_mode); in test_expm1()
45 #define test_expm1 mpfr_expm1
170 data_check ("data/expm1", mpfr_expm1, "mpfr_expm1"); in main()
171 bad_cases (mpfr_expm1, mpfr_log1p, "mpfr_expm1", 64, -256, 255, in main()
Dtlog1p.c142 bad_cases (mpfr_log1p, mpfr_expm1, "mpfr_log1p", 256, -64, 9, in main()
Dterandom_chisq.c32 mpfr_expm1 (z, z, rnd); in exponential_cumulative()
Dtaway.c430 test2 (mpfr_expm1, "mpfr_expm1"); in main()
Dreuse.c629 test2 (mpfr_expm1, "mpfr_expm1", p, (mpfr_rnd_t) rnd); in main()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dexpm1.c31 mpfr_expm1 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_expm1() function
Dexp10m1.c77 return mpfr_expm1 (y, x, rnd_mode); /* singular cases are identical */ in mpfr_exp10m1()
Dexp2m1.c82 return mpfr_expm1 (y, x, rnd_mode); /* singular cases are identical */ in mpfr_exp2m1()
Dmpfr.h632 __MPFR_DECLSPEC int mpfr_expm1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const-call.cc802 return do_mpfr_arg1 (result, mpfr_expm1, arg, format); in fold_const_call_ss()
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info1861 -- Function: int mpfr_expm1 (mpfr_t ROP, mpfr_t OP, mpfr_rnd_t RND)
4848 * mpfr_expm1: Transcendental Functions.
Dmpfr.texi2352 @deftypefun int mpfr_expm1 (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog20603 [doc/mpfr.texi] Moved mpfr_log1p & mpfr_expm1 after mpfr_log & mpfr_exp
32436 Optimized mpfr_expm1 for large (in absolute value) negative values in
32438 patch, mpfr_expm1 could take dozens of MBs and the new generic tests
32445 are provided. Note: the mpfr_expm1 function is still buggy (freezes