Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_cosh.c46 cosh(double x) in cosh() function
84 __weak_reference(cosh, coshl);
Ds_ccosh.c69 return (CMPLX(cosh(x), x * y)); in ccosh()
71 return (CMPLX(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh()
Ds_csinh.c71 return (CMPLX(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh()
/bionic/tests/headers/posix/
Dtgmath_h.c65 TGMATHC(cosh); in tgmath_h()
Dmath_h.c161 FUNCTION(cosh, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt69 cosh;
/bionic/libc/include/
Dmath.h116 double cosh(double __x);
/bionic/tests/
Dmath_test.cpp630 TEST(math_h, cosh) { in TEST() argument
631 ASSERT_DOUBLE_EQ(1.0, cosh(0.0)); in TEST()
1846 DoMathDataTest<2>(g_cosh_intel_data, cosh); in TEST()
/bionic/libc/tools/
Dposix-2013.txt134 cosh