Searched refs:asinh (Results 1 – 3 of 3) sorted by relevance
38 asinh(double x) in asinh() function61 __weak_reference(asinh, asinhl);
224 double asinh(double);
420 TEST(math, asinh) { in TEST() argument421 ASSERT_DOUBLE_EQ(0.0, asinh(0.0)); in TEST()