Searched refs:log (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | math_log_test.cpp | 1670 …EXPECT_DOUBLE_EQ(g_log_intel_data[i].expected, log(g_log_intel_data[i].call_data)) << "Failed on e… in TEST()
|
D | math_test.cpp | 480 TEST(math, log) { in TEST() argument 481 ASSERT_DOUBLE_EQ(1.0, log(M_E)); in TEST() 1146 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); in TEST() 1156 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST() 1174 ASSERT_DOUBLE_EQ(log(24.0), lgamma(5.0)); in TEST() 1187 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST()
|
D | string_test.cpp | 189 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_log.c | 361 log(double x) 363 log(x) double x;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_log.c | 146 __weak_reference(log, logl);
|
D | math_private.h | 674 #define __ieee754_log log
|
/bionic/libstdc++/include/ |
D | cmath | 60 using ::log;
|
/bionic/libm/include/ |
D | math.h | 207 double log(double);
|