Home | History | Annotate | Download | only in tests

Lines Matching refs:M_PI

325   ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0));
329 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
333 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L));