Home | History | Annotate | Download | only in tests

Lines Matching full:cbrt

508 TEST(math, cbrt) {
509 ASSERT_DOUBLE_EQ(3.0, cbrt(27.0));
1454 DoMathDataTest<1>(g_cbrt_intel_data, cbrt);