Home
last modified time | relevance | path

Searched refs:coshf (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_ccoshf.c60 return (CMPLXF(coshf(x), x * y)); in ccoshf()
62 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y))); in ccoshf()
Ds_csinhf.c62 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y))); in csinhf()
Dmath_private.h866 #define __ieee754_coshf coshf
/bionic/tests/headers/posix/
Dmath_h.c162 FUNCTION(coshf, float (*f)(float)); in math_h()
/bionic/libm/
Dlibm.map.txt70 coshf;
/bionic/libc/include/
Dmath.h117 float coshf(float __x);
/bionic/tests/
Dmath_test.cpp599 TEST(MATH_TEST, coshf) { in TEST() argument
600 ASSERT_FLOAT_EQ(1.0f, coshf(0.0f)); in TEST()
1804 DoMathDataTest<2>(g_coshf_intel_data, coshf); in TEST()
/bionic/libc/tools/
Dposix-2013.txt133 coshf