Home | History | Annotate | Download | only in tests

Lines Matching full:asinh

433 TEST(math, asinh) {
434 ASSERT_DOUBLE_EQ(0.0, asinh(0.0));
1435 DoMathDataTest<2>(g_asinh_intel_data, asinh);