Home
last modified time | relevance | path

Searched refs:sinh (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd/src/tests/lib/libm/
Dt_sinh.c73 if (!(fabs((sinh(x) - sinh_x)/sinh_x) <= eps)) { in ATF_TC_BODY()
75 x, sinh(x), sinh_x); in ATF_TC_BODY()
91 ATF_CHECK(isnan(sinh(x)) != 0); in ATF_TC_BODY()
103 double y = sinh(x); in ATF_TC_BODY()
118 double y = sinh(x); in ATF_TC_BODY()
133 double y = sinh(x); in ATF_TC_BODY()
148 double y = sinh(x); in ATF_TC_BODY()
/netbsd/src/lib/libm/noieee_src/
Dn_sinh.c82 __weak_alias(sinh, _sinh);
109 sinh(double x) in sinh() function
133 return(sinh((double)x)); in sinhf()
/netbsd/src/sys/arch/m68k/fpsp/
Dssinh.sa43 * Output: The value sinh(X) returned in floating-point register Fp0.
59 * sinh(X) = sgn*(1/2)*( z + z/(1+z) ).
65 * sinh(X) = sign(X) * exp(|X|)/2.
67 * Thus, we calculate sinh(X) as follows:
72 * sinh(X) := sgnFact * exp(Y').
75 * 5. (|X| > 16480 log2) sinh(X) must overflow. Return
Dscosh.sa67 * Thus, we calculate sinh(X) as follows:
74 * 5. (|X| > 16480 log2) sinh(X) must overflow. Return
/netbsd/src/lib/libm/src/
Dw_sinh.c27 __weak_alias(sinh, _sinh) in __weak_alias() argument
31 sinh(double x) /* wrapper sinh */ in __weak_alias()
De_sinhl.c148 return sinh(x);
Dnamespace.h95 #define sinh _sinh macro
/netbsd/src/external/lgpl3/mpc/dist/
DTODO6 Try implementing tan z = (sin 2x + i sinh 2y) / (cos 2x + cosh 2y) or
7 (sin(x)*cos(x) + i*sinh(y)*cosh(y))/(cos(x)^2 + sinh(y)^2) as in glibc.
/netbsd/src/lib/libm/complex/
Dccosh.c44 w = cosh(x) * cos(y) + (sinh(x) * sin(y)) * I; in ccosh()
Dcsinh.c44 w = sinh(x) * cos(y) + (cosh(x) * sin(y)) * I; in csinh()
Dctanh.c45 w = sinh(2.0 * x) / d + (sin(2.0 * y) / d) * I; in ctanh()
Dctan.c57 w = sin(2.0 * creal(z)) / d + (sinh(2.0 * cimag(z)) / d) * I; in ctan()
Dcephes_subr.c46 *s = sinh(x); in _cchsh()
/netbsd/src/external/lgpl3/mpc/dist/tests/
DMakefile.am66 sinh.dsc sqr.dsc sqrt.dsc sub.dsc sub_fr.dsc sub_ui.dsc tan.dsc \
74 sin.dat sinh.dat \
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dtgmath.h71 #define sinh(z) __TGMATH_CPLX(z, sinh, csinh) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfp-test.cc51 extern double sinh (double);
235 d1 = sinh (d2); in main()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcmath71 #undef sinh
388 using ::sinh;
391 sinh(float __x)
395 sinh(long double __x)
401 sinh(_Tp __x)
/netbsd/src/external/lgpl3/mpc/dist/src/
DMakefile.am32 set_prec.c set_str.c set_x.c set_x_x.c sin.c sin_cos.c sinh.c sqr.c \
DMakefile.in147 sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo \
206 ./$(DEPDIR)/sin_cos.Plo ./$(DEPDIR)/sinh.Plo \
400 set_prec.c set_str.c set_x.c set_x_x.c sin.c sin_cos.c sinh.c sqr.c \
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh.Plo@am__quote@ # am--include-marker
804 -rm -f ./$(DEPDIR)/sinh.Plo
936 -rm -f ./$(DEPDIR)/sinh.Plo
Dlogging.c122 MPC_LOGGING_C_C (sinh)
/netbsd/src/include/
Dtgmath.h141 #define sinh(a) __TG_COMPLEX((a), sinh) macro
/netbsd/src/external/lgpl3/mpc/lib/libmpc/
DMakefile91 sinh.c \
/netbsd/src/lib/libm/
Dm.common.expsym254 sinh
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dmath-68881.h191 sinh (double x) in sinh() function
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/
Dcmath59 #undef sinh

1234