Home | History | Annotate | Download | only in tests

Lines Matching full:acoshf

404 TEST(math, acoshf) {
405 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f));
1399 DoMathDataTest<2>(g_acoshf_intel_data, acoshf);