Home
last modified time | relevance | path

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

/bionic/libm/x86/
De_cosh.S90 # -- Begin cosh
91 ENTRY(cosh)
271 END(cosh)
272 # -- End cosh
275 ALIAS_SYMBOL(coshl, cosh);
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ccosh.c69 return (CMPLX(cosh(x), x * y)); in ccosh()
71 return (CMPLX(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh()
De_cosh.c84 __weak_reference(cosh, coshl);
Ds_csinh.c71 return (CMPLX(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh()
Dmath_private.h840 #define __ieee754_cosh cosh
/bionic/libm/x86_64/
De_cosh.S76 # -- Begin cosh
77 ENTRY(cosh)
251 END(cosh)
252 # -- End cosh
/bionic/libc/include/
Dmath.h118 double cosh(double __x);
120 long double coshl(long double __x) __RENAME_LDBL(cosh, 3, 21);
/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/tests/
Dmath_test.cpp595 TEST(MATH_TEST, cosh) { in TEST() argument
596 ASSERT_DOUBLE_EQ(1.0, cosh(0.0)); in TEST()
1775 DoMathDataTest<2>(g_cosh_intel_data, cosh); in TEST()
/bionic/libc/tools/
Dposix-2013.txt134 cosh