Lines Matching refs:cbrtf
533 TEST(math, cbrtf) {534 ASSERT_FLOAT_EQ(3.0f, cbrtf(27.0f));1458 DoMathDataTest<1>(g_cbrtf_intel_data, cbrtf);