Searched refs:log10 (Results 1 – 10 of 10) sorted by relevance
42 log10(double x) in log10() function93 __weak_reference(log10, log10l);
95 TGMATH(log10); in tgmath_h()
244 FUNCTION(log10, double (*f)(double)); in math_h()
178 log10;
156 double log10(double __x);
272 num_digits = math.ceil(math.log10(len(all_libs) + 1))
51 d += log10(v); in BM_math_log10()
690 TEST(math_h, log10) { in TEST() argument691 ASSERT_DOUBLE_EQ(3.0, log10(1000.0)); in TEST()2016 DoMathDataTest<1>(g_log10_intel_data, log10); in TEST()
515 log10
1377 CALL(log10)