Searched refs:mpfr_expm1 (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | texpm1.c | 35 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()
|
| D | tlog1p.c | 142 bad_cases (mpfr_log1p, mpfr_expm1, "mpfr_log1p", 256, -64, 9, in main()
|
| D | terandom_chisq.c | 32 mpfr_expm1 (z, z, rnd); in exponential_cumulative()
|
| D | taway.c | 430 test2 (mpfr_expm1, "mpfr_expm1"); in main()
|
| D | reuse.c | 629 test2 (mpfr_expm1, "mpfr_expm1", p, (mpfr_rnd_t) rnd); in main()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | expm1.c | 31 mpfr_expm1 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_expm1() function
|
| D | exp10m1.c | 77 return mpfr_expm1 (y, x, rnd_mode); /* singular cases are identical */ in mpfr_exp10m1()
|
| D | exp2m1.c | 82 return mpfr_expm1 (y, x, rnd_mode); /* singular cases are identical */ in mpfr_exp2m1()
|
| D | mpfr.h | 632 __MPFR_DECLSPEC int mpfr_expm1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const-call.cc | 802 return do_mpfr_arg1 (result, mpfr_expm1, arg, format); in fold_const_call_ss()
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | mpfr.info | 1861 -- Function: int mpfr_expm1 (mpfr_t ROP, mpfr_t OP, mpfr_rnd_t RND) 4848 * mpfr_expm1: Transcendental Functions.
|
| D | mpfr.texi | 2352 @deftypefun int mpfr_expm1 (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 20603 [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
|