Home
last modified time | relevance | path

Searched refs:log (Results 1 – 15 of 15) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddebug.cc25 std::ostream* log = severity_ == INFO ? info_stream_ : error_stream_; in ~Logger() local
34 *log << tag << ": " << stream_.str() << std::endl; in ~Logger()
/bionic/tools/bionicbb/
D.gitignore36 pip-log.txt
52 *.log
DREADME.md45 $ python build_listener.py >build.log 2>&1 &
46 $ python gmail_listener.py >mail.log 2>&1 &
/bionic/libm/x86/
De_log.S72 # -- Begin log
73 ENTRY(log)
230 END(log)
231 # -- End log
234 ALIAS_SYMBOL(logl, log);
/bionic/libm/x86_64/
De_log.S57 # -- Begin log
58 ENTRY(log)
210 END(log)
211 # -- End log
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_log.c361 log(double x)
363 log(x) double x;
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c203 *rx = log(A + sqrt(A * A - 1)); in do_hard_work()
478 return (cpack(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values()
485 return (cpack(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
487 return (cpack(log(ax * ax + ay * ay) / 2, atan2(y, x))); in clog_for_large_values()
615 rx = (m_ln2 - log(ay)) / 2; in catanh()
De_log.c146 __weak_reference(log, logl);
Dmath_private.h674 #define __ieee754_log log
/bionic/libstdc++/include/
Dcmath60 using ::log;
/bionic/tests/
Dmath_test.cpp472 TEST(math, log) { in TEST() argument
473 ASSERT_DOUBLE_EQ(1.0, log(M_E)); in TEST()
1138 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); in TEST()
1148 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST()
1166 ASSERT_DOUBLE_EQ(log(24.0), lgamma(5.0)); in TEST()
1179 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST()
1213 ASSERT_DOUBLE_EQ(log(24.0L), lgamma_r(5.0L, &sign)); in TEST()
1644 DoMathDataTest<1>(g_log_intel_data, log); in TEST()
Dstring_test.cpp220 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
/bionic/libm/
Dlibm.map177 log;
/bionic/libm/include/
Dmath.h207 double log(double);
/bionic/libc/tools/
Dposix-2013.txt527 log