Home | History | Annotate | Download | only in tests

Lines Matching full:acosf

320 TEST(math, acosf) {
321 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
1389 DoMathDataTest<1>(g_acosf_intel_data, acosf);