Searched refs:log (Results 1 – 25 of 25) sorted by relevance
/bionic/tools/relocation_packer/src/ |
D | debug.cc | 25 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 | .gitignore | 36 pip-log.txt 52 *.log
|
D | README.md | 45 $ python build_listener.py >build.log 2>&1 & 46 $ python gmail_listener.py >mail.log 2>&1 &
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | clog.c | 43 p = log(rr); in clog()
|
D | cpow.c | 53 theta = theta + y * log(absa); in cpow()
|
/bionic/libm/x86/ |
D | e_log.S | 72 # -- Begin log 73 ENTRY(log) 230 END(log) 231 # -- End log 234 ALIAS_SYMBOL(logl, log);
|
/bionic/libm/x86_64/ |
D | e_log.S | 57 # -- Begin log 58 ENTRY(log) 210 END(log) 211 # -- End log
|
/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 | catrig.c | 203 *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()
|
D | e_log.c | 146 __weak_reference(log, logl);
|
D | math_private.h | 686 #define __ieee754_log log
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 35 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
|
D | README.md | 33 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/ |
D | math_test.cpp | 493 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()
|
D | string_test.cpp | 230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
|
/bionic/libc/include/ |
D | math.h | 124 double log(double);
|
/bionic/libm/ |
D | libm.x86.map | 178 log;
|
D | libm.mips64.map | 178 log;
|
D | libm.arm64.map | 178 log;
|
D | libm.x86_64.map | 178 log;
|
D | libm.mips.map | 178 log;
|
D | libm.map.txt | 177 log;
|
D | libm.arm.map | 178 log;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 527 log
|
/bionic/ |
D | README.md | 224 we log in this case to prevent accidents!). Obviously, if the test can be
|