Searched refs:sinh (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfold-nonneg-1.c5 extern double sinh(double x);
9 fabs(sinh(0..)); /* { dg-error "decimal points" } */
H A Dc99-tgmath-1.c51 #ifndef sinh
52 #error sinh undefined
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dd_sinh.c4 double sinh();
12 return( sinh(*x) );
H A Dr_sinh.c4 double sinh();
12 return( sinh(*x) );
H A Dc_cos.c4 extern double sin(), cos(), sinh(), cosh();
16 r->i = - sin(zr) * sinh(zi);
H A Dc_sin.c4 extern double sin(), cos(), sinh(), cosh();
16 r->i = cos(zr) * sinh(zi);
H A Dz_cos.c4 double sin(), cos(), sinh(), cosh();
14 r->i = - sin(zr) * sinh(zi);
H A Dz_sin.c4 double sin(), cos(), sinh(), cosh();
14 r->i = cos(zr) * sinh(zi);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp991.C16 extern "C" double sinh (double);
20 double ni = -sin(arg.re)*sinh(arg.im);
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dmath.s31 .float $sinh(0.0)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dmath.s31 .float $sinh(0.0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Dfunctions_std.cc42 using std::sinh;
H A Doverloads.cc42 ans = std::sinh(j);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/valarray/
H A Dname_lookup.cc67 Number sinh(Number);
99 v = sinh(u);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dcdce3.C78 DEF_MATH_FUNC (m,sinh)
99 DEF_MATH_FUNC (o,sinh)
136 INIT_MATH_FUNC (m,sinh, true, true)
158 INIT_MATH_FUNC (o,sinh, true, true)
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h44 using std::sinh;
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dcomplext.cc35 - sin (real (x)) * sinh (imag (x)));
42 sinh (real (x)) * sin (imag (x)));
83 cos (real (x)) * sinh (imag (x)));
87 sinh (const complex<FLOAT>& x) function
89 return complex<FLOAT> (sinh (real (x)) * cos (imag (x)),
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc205 return sinh((double) x);
H A Dmath_stubs_float.cc205 return (float) sinh(x);
/haiku-buildtools/legacy/gcc/libstdc++/
H A Dcinst.cc144 template c sinh (ccr);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-3.c180 TESTIT_R (sinh, -1.0, -1.18, -1.17); /* sinh(-1) == -1.175... */
181 TESTIT (sinh, 0.0, 0.0); /* sinh(0) == 0 */
182 TESTIT (sinh, -0.0, -0.0); /* sinh(-0) == -0 */
183 TESTIT_R (sinh, 1.0, 1.17, 1.18); /* sinh(1) == 1.175... */
H A Dbuiltin-symmetric-1.c91 TESTIT_ODD(sinh);
/haiku-buildtools/legacy/gcc/gcc/
H A Dfp-test.c52 extern double sinh (double);
215 d1 = sinh (d2);
/haiku-buildtools/legacy/gcc/libstdc++/tests/
H A Dtcomplex.exp29 sinh(a) = (-3.59056,0.530921)
/haiku-buildtools/gcc/mpc/src/
H A DMakefile.am30 set_prec.c set_str.c set_x.c set_x_x.c sin.c sin_cos.c sinh.c sqr.c \

Completed in 200 milliseconds

12