Home
last modified time | relevance | path

Searched refs:coshl (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/include/
Dmath.h413 long double coshl(long double);
/bionic/tests/
Dmath_test.cpp452 TEST(math, coshl) { in TEST() argument
453 ASSERT_DOUBLE_EQ(1.0L, coshl(0.0L)); in TEST()