Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 25) 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/upstream-netbsd/lib/libm/complex/
Dclog.c43 p = log(rr); in clog()
Dcpow.c53 theta = theta + y * log(absa); in cpow()
/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 (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values()
485 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
487 return (CMPLX(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.h686 #define __ieee754_log log
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md35 Any errors detected by the library are reported in the log.
84 the expected patterns. If not, then an error message is printed to the log.
96 to the log.
100 are printed to the log as leaks. This isn't very useful since it tends
DREADME.md33 Any errors detected by the library are reported in the log.
49 in the log indicating what bytes changed.
75 in the log indicating what bytes changed.
189 in the log:
204 allocations will be dumped to the log. If the backtrace option was enabled,
205 then the log will include the backtrace of the leaked allocations. This
212 Example leak error found in the log:
331 There are a few other error messages that might appear in the log.
/bionic/tests/
Dmath_test.cpp493 TEST(math, log) { in TEST() argument
494 ASSERT_DOUBLE_EQ(1.0, log(M_E)); in TEST()
1137 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); in TEST()
1147 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST()
1165 ASSERT_DOUBLE_EQ(log(24.0), lgamma(5.0)); in TEST()
1178 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST()
1212 ASSERT_DOUBLE_EQ(log(24.0L), lgamma_r(5.0L, &sign)); in TEST()
1653 DoMathDataTest<1>(g_log_intel_data, log); in TEST()
Dstring_test.cpp230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
/bionic/libc/include/
Dmath.h124 double log(double);
/bionic/libm/
Dlibm.x86.map178 log;
Dlibm.mips64.map178 log;
Dlibm.arm64.map178 log;
Dlibm.x86_64.map178 log;
Dlibm.mips.map178 log;
Dlibm.map.txt177 log;
Dlibm.arm.map178 log;
/bionic/libc/tools/
Dposix-2013.txt527 log
/bionic/
DREADME.md224 we log in this case to prevent accidents!). Obviously, if the test can be