Searched refs:log10 (Results 1 – 6 of 6) sorted by relevance
93 __weak_reference(log10, log10l);
687 #define __ieee754_log10 log10
45 d += log10(v); in BM_math_log10()
61 using ::log10;
208 double log10(double);
504 TEST(math, log10) { in TEST() argument505 ASSERT_DOUBLE_EQ(3.0, log10(1000.0)); in TEST()