Lines Matching full:log10f
500 TEST(math, log10f) {501 ASSERT_FLOAT_EQ(3.0f, log10f(1000.0f));1669 DoMathDataTest<1>(g_log10f_intel_data, log10f);