Searched refs:coshf (Results 1 – 14 of 14) sorted by relevance
40 float coshf(float x) in coshf() function
45 return (float complex) (coshf(x) * cosf(y)) + (sinhf(x) * sinf(y)) * I; in ccoshf()
45 return (float complex) (sinhf(x) * cosf(y)) + (coshf(x) * sinf(y)) * I; in csinhf()
45 d = coshf(2.0f * x) + cosf(2.0f * y); in ctanhf()
44 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z)); in ctanf()
48 *c = coshf(x); in _cchshf()
26 coshf(float x) in coshf() function
94 #define coshf(x) fast_coshf(x) macro
305 void test_coshf(int m) {run_vector_1(m,coshf_vec,(char *)(coshf),"coshf","ff"); } in test_coshf()
792 float coshf(a) float a; { return cosh(a); }
501 extern float coshf (float);
189 f1 = coshf (f1); in main()
9284 * libm/machine/spu/headers/coshf.h: Ditto.22064 * libm/mathfp/sf_cosh.c (coshf): New file.22202 * libm/math/wf_cosh.c (coshf): ditto22822 * libm/math/wf_cosh.c (coshf): Likewise.
2581 newlib/libm/machine/spu/headers/coshf.h