Home
last modified time | relevance | path

Searched refs:asinh (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_asinh.c38 asinh(double x) in asinh() function
61 __weak_reference(asinh, asinhl);
/bionic/libm/include/
Dmath.h224 double asinh(double);
/bionic/tests/
Dmath_test.cpp420 TEST(math, asinh) { in TEST() argument
421 ASSERT_DOUBLE_EQ(0.0, asinh(0.0)); in TEST()