Home | History | Annotate | Download | only in tests

Lines Matching full:acos

316 TEST(math, acos) {
317 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0));
1405 DoMathDataTest<1>(g_acos_intel_data, acos);