Searched refs:cosh (Results 1 – 19 of 19) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/ |
D | w_cosh.c | 40 double cosh(double x) in cosh() function
|
/picolibc-3.5.0-3.4.0/newlib/libm/complex/ |
D | csinh.c | 78 w = sinh(x) * cos(y) + (cosh(x) * sin(y)) * (double complex) I; in csinh()
|
D | ccosh.c | 79 w = cosh(x) * cos(y) + (sinh(x) * sin(y)) * (double complex) I; in ccosh()
|
D | ctanh.c | 79 d = cosh(2.0 * x) + cos(2.0 * y); in ctanh()
|
D | ctan.c | 78 d = cos(2.0 * creal(z)) + cosh(2.0 * cimag(z)); in ctan()
|
D | cephes_subr.c | 48 *c = cosh(x); in _cchsh()
|
/picolibc-3.5.0-3.4.0/newlib/libm/math/ |
D | sf_cosh.c | 70 _MATH_ALIAS_f_f(cosh)
|
D | s_cosh.c | 89 _MATH_ALIAS_d_d(cosh)
|
D | math.tex | 41 * cosh:: Hyperbolic cosine
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/machine/ |
D | fastmath.h | 46 #define cosh(x) fast_cosh(x) macro
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | cosh_vec.c | 305 void test_cosh(int m) {run_vector_1(m,cosh_vec,(char *)(cosh),"cosh","dd"); } in test_cosh()
|
D | math.c | 732 float coshf(a) float a; { return cosh(a); }
|
/picolibc-3.5.0-3.4.0/test/ |
D | long_double_gen.5c | 193 real cosh(x) { 202 return sinh(x) / cosh(x); 308 { .f = cosh, .name = "coshl" },
|
D | math-funcs.c | 86 d1 = cosh (d1); in main()
|
D | math_errhandling_tests.c | 116 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/ |
D | math.h | 130 extern double cosh (double);
|
/picolibc-3.5.0-3.4.0/newlib/libm/common/ |
D | math_config.h | 1166 #define cosh64 _NAME_64(cosh)
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 9282 * 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/ |
D | COPYING.picolibc | 2414 newlib/libm/machine/spu/headers/cosh.h
|