Home | History | Annotate | Download | only in tests

Lines Matching full:acosh

400 TEST(math, acosh) {
401 ASSERT_DOUBLE_EQ(0.0, acosh(1.0));
1394 DoMathDataTest<2>(g_acosh_intel_data, acosh);