Home | History | Annotate | Download | only in tests

Lines Matching full:atan2f

356 TEST(math, atan2f) {
357 ASSERT_FLOAT_EQ(0.0f, atan2f(0.0f, 0.0f));
1429 DoMathDataTest<2>(g_atan2f_intel_data, atan2f);