Home
last modified time | relevance | path

Searched refs:cosh (Results 1 – 19 of 19) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/
Dw_cosh.c40 double cosh(double x) in cosh() function
/picolibc-3.5.0-3.4.0/newlib/libm/complex/
Dcsinh.c78 w = sinh(x) * cos(y) + (cosh(x) * sin(y)) * (double complex) I; in csinh()
Dccosh.c79 w = cosh(x) * cos(y) + (sinh(x) * sin(y)) * (double complex) I; in ccosh()
Dctanh.c79 d = cosh(2.0 * x) + cos(2.0 * y); in ctanh()
Dctan.c78 d = cos(2.0 * creal(z)) + cosh(2.0 * cimag(z)); in ctan()
Dcephes_subr.c48 *c = cosh(x); in _cchsh()
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dsf_cosh.c70 _MATH_ALIAS_f_f(cosh)
Ds_cosh.c89 _MATH_ALIAS_d_d(cosh)
Dmath.tex41 * cosh:: Hyperbolic cosine
/picolibc-3.5.0-3.4.0/newlib/libc/include/machine/
Dfastmath.h46 #define cosh(x) fast_cosh(x) macro
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dcosh_vec.c305 void test_cosh(int m) {run_vector_1(m,cosh_vec,(char *)(cosh),"cosh","dd"); } in test_cosh()
Dmath.c732 float coshf(a) float a; { return cosh(a); }
/picolibc-3.5.0-3.4.0/test/
Dlong_double_gen.5c193 real cosh(x) {
202 return sinh(x) / cosh(x);
308 { .f = cosh, .name = "coshl" },
Dmath-funcs.c86 d1 = cosh (d1); in main()
Dmath_errhandling_tests.c116 FLOAT_T makemathname(test_cosh_big)(void) { return makemathname(cosh)(makemathname(big)); } in makemathname()
117 FLOAT_T makemathname(test_cosh_negbig)(void) { return makemathname(cosh)(makemathname(big)); } in makemathname()
118 FLOAT_T makemathname(test_cosh_inf)(void) { return makemathname(cosh)(makemathname(infval)); } in makemathname()
119 FLOAT_T makemathname(test_cosh_qnan)(void) { return makemathname(cosh)(makemathname(qnanval)); } in makemathname()
120 FLOAT_T makemathname(test_cosh_snan)(void) { return makemathname(cosh)(makemathname(snanval)); } in makemathname()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dmath.h130 extern double cosh (double);
/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dmath_config.h1166 #define cosh64 _NAME_64(cosh)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20159282 * libm/machine/spu/headers/cosh.h: Ditto.
22027 * libm/mathfp/s_cosh.c (cosh): New file.
22223 * libm/math/w_cosh.c (cosh): ditto
22823 * libm/math/w_cosh.c (cosh): Likewise.
26807 cbrt.h, cosh.h, erf.c, erf.h, error.c, exp.c, fmod.c, frexp.h,
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc2414 newlib/libm/machine/spu/headers/cosh.h