Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ccosh.c67 return (CMPLX(cosh(x), x * y)); in ccosh()
69 return (CMPLX(cosh(x) * cos(y), sinh(x) * sin(y))); in ccosh()
De_cosh.c84 __weak_reference(cosh, coshl);
Ds_csinh.c69 return (CMPLX(sinh(x) * cos(y), cosh(x) * sin(y))); in csinh()
Dmath_private.h692 #define __ieee754_cosh cosh
/bionic/libm/x86/
De_cosh.S90 # -- Begin cosh
91 ENTRY(cosh)
271 END(cosh)
272 # -- End cosh
275 ALIAS_SYMBOL(coshl, cosh);
/bionic/libm/x86_64/
De_cosh.S76 # -- Begin cosh
77 ENTRY(cosh)
251 END(cosh)
252 # -- End cosh
/bionic/libc/include/
Dmath.h117 double cosh(double);
/bionic/libm/
Dlibm.mips64.map70 cosh;
Dlibm.x86.map70 cosh;
Dlibm.arm64.map70 cosh;
Dlibm.x86_64.map70 cosh;
Dlibm.mips.map70 cosh;
Dlibm.arm.map70 cosh;
Dlibm.map.txt69 cosh;
/bionic/tests/
Dmath_test.cpp457 TEST(math, cosh) { in TEST() argument
458 ASSERT_DOUBLE_EQ(1.0, cosh(0.0)); in TEST()
1515 DoMathDataTest<2>(g_cosh_intel_data, cosh); in TEST()
/bionic/libc/tools/
Dposix-2013.txt134 cosh