/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tasinh.c | 25 #define TEST_FUNCTION mpfr_asinh 38 mpfr_asinh (x, y, MPFR_RNDN); in special() 46 mpfr_asinh (x, y, MPFR_RNDN); in special() 55 mpfr_asinh (y, x, MPFR_RNDN); in special() 62 mpfr_asinh (y, x, MPFR_RNDN); in special() 70 mpfr_asinh (y, x, MPFR_RNDN); in special() 78 mpfr_asinh (y, x, MPFR_RNDN); in special() 86 mpfr_asinh (y, x, MPFR_RNDN); in special() 97 mpfr_asinh (x, x, MPFR_RNDN); in special() 106 mpfr_asinh (x, x, MPFR_RNDN); in special() [all …]
|
H A D | thyperbolic.c | 84 tester=mpfr_asinh(ash,t,MPFR_RNDD); in check_NAN() 173 tester=mpfr_asinh(ash,t,MPFR_RNDD); in check_zero() 265 tester=mpfr_asinh(ash,t,MPFR_RNDD); in check_INF() 327 tester=mpfr_asinh(ash,t,MPFR_RNDD); in check_INF()
|
H A D | tsinh.c | 143 bad_cases (mpfr_sinh, mpfr_asinh, "mpfr_sinh", 256, -256, 255, in main()
|
H A D | taway.c | 436 test2 (mpfr_asinh, "mpfr_asinh"); in main()
|
H A D | reuse.c | 635 test2 (mpfr_asinh, "mpfr_asinh", p, (mpfr_rnd_t) rnd); in main()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | asinh.c | 30 mpfr_asinh (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_asinh() function
|
H A D | mpfr.h | 717 __MPFR_DECLSPEC int mpfr_asinh (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
|
/netbsd-src/external/lgpl3/mpc/dist/src/ |
H A D | acos.c | 167 inex_im = -mpfr_asinh (mpc_imagref (rop), mpc_imagref (op), in mpc_acos()
|
H A D | asin.c | 398 inex_im = mpfr_asinh (mpc_imagref (rop), mpc_imagref (op), MPC_RND_IM (rnd)); in mpc_asin()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const-call.c | 755 return do_mpfr_arg1 (result, mpfr_asinh, arg, format); in fold_const_call_ss()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const-call.cc | 753 return do_mpfr_arg1 (result, mpfr_asinh, arg, format); in fold_const_call_ss()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | simplify.cc | 1241 mpfr_asinh (result->value.real, x->value.real, GFC_RND_MODE); in gfc_simplify_asinh()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | simplify.c | 1209 mpfr_asinh (result->value.real, x->value.real, GFC_RND_MODE); in gfc_simplify_asinh()
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 2070 -- Function: int mpfr_asinh (mpfr_t ROP, mpfr_t OP, mpfr_rnd_t RND) 4669 * mpfr_asinh: Transcendental Functions.
|
H A D | mpfr.texi | 2570 @deftypefunx int mpfr_asinh (mpfr_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd})
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 30525 algorithms.tex: correction in section on mpfr_asinh: acosh -> asinh. 30886 test file for mpfr_asinh, checked with MuPAD
|