Searched refs:mpfr_sinh (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtsinh.c1 /* Test file for mpfr_sinh.
28 #define TEST_FUNCTION mpfr_sinh
42 mpfr_sinh (x, x, MPFR_RNDN);
46 mpfr_sinh (x, x, MPFR_RNDN);
49 mpfr_sinh (x, x, MPFR_RNDN);
54 mpfr_sinh (x, x, MPFR_RNDN);
60 mpfr_sinh (x, x, MPFR_RNDN);
65 i = mpfr_sinh (x, x, MPFR_RNDN);
72 i = mpfr_sinh (x, x, MPFR_RNDN);
79 i = mpfr_sinh (
[all...]
H A Dthyperbolic.c1 /* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh.
56 tester=mpfr_sinh(sh,t,MPFR_RNDD);
145 tester = mpfr_sinh (sh, t, MPFR_RNDD);
237 tester=mpfr_sinh(sh,t,MPFR_RNDD);
299 tester=mpfr_sinh(sh,t,MPFR_RNDD);
H A Dtasinh.c156 bad_cases (mpfr_asinh, mpfr_sinh, "mpfr_asinh", 256, -128, 29,
H A Dtsinh_cosh.c59 is = mpfr_sinh (s, x, rnd);
H A Dtaway.c426 test2 (mpfr_sinh, "mpfr_sinh");
H A Dreuse.c610 test2 (mpfr_sinh, "mpfr_sinh", p, (mpfr_rnd_t) rnd);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dcsch.c32 #define INVERSE mpfr_sinh
H A Dsinh.c0 /* mpfr_sinh -- hyperbolic sine
30 mpfr_sinh (mpfr_ptr y, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) function
115 mpfr_sinh (ti, ti, MPFR_RNDD);
H A Dsinh_cosh.c32 Adapted from mpfr_sinh.c */
111 inexact_sh = mpfr_sinh (sh, xt, rnd_mode);
H A Dmpfr.h625 __MPFR_DECLSPEC int mpfr_sinh _MPFR_PROTO((mpfr_ptr,mpfr_srcptr, mpfr_rnd_t));
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dsin_cos.c259 inex_sin_im = mpfr_sinh (MPC_IM(rop_sin), MPC_IM(op_loc), MPC_RND_IM(rnd_sin));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c9864 return do_mpfr_arg1 (arg0, type, mpfr_sinh, NULL, NULL, 0);

Completed in 71 milliseconds