Searched refs:log (Results 1 – 19 of 19) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clog.c | 72 return (CMPLX(log(hypot(x, y)), v)); in clog() 83 return (CMPLX(log(ax), v)); in clog() 87 return (CMPLX(log(hypot(x * 0x1p-1022, y * 0x1p-1022)) + in clog() 90 return (CMPLX(log(hypot(x, y)), v)); in clog() 94 return (CMPLX(log(hypot(x * 0x1p1023, y * 0x1p1023)) + in clog() 99 return (CMPLX(log(hypot(x, y)), v)); in clog() 141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v)); in clog()
|
D | s_cpow.c | 71 theta = theta + y * log (absa); in cpow()
|
D | catrig.c | 205 *rx = log(A + sqrt(A * A - 1)); in do_hard_work() 485 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values() 492 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values() 494 return (CMPLX(log(ax * ax + ay * ay) / 2, atan2(y, x))); in clog_for_large_values() 622 rx = (m_ln2 - log(ay)) / 2; in catanh()
|
D | e_log.c | 146 __weak_reference(log, logl);
|
D | math_private.h | 834 #define __ieee754_log log
|
/bionic/libc/async_safe/ |
D | README.md | 3 This library provides an async_safe implementation for formatting and writing log messages to logd. 6 it among threads, whereas these functions connect to liblog for each log message. While it's
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_log.c | 358 log(double x) 360 log(x) double x;
|
/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 | 30 Any errors detected by the library are reported in the log. 53 in the log indicating what bytes changed. 79 in the log indicating what bytes changed. 232 in the log: 247 allocations will be dumped to the log. If the backtrace option was enabled, 248 then the log will include the backtrace of the leaked allocations. This 256 Example leak error found in the log: 399 log message. 407 in the log: 421 There are a few other error messages that might appear in the log.
|
/bionic/libc/include/ |
D | math.h | 152 double log(double __x); 154 long double logl(long double __x) __RENAME_LDBL(log, 3, 21);
|
/bionic/tests/ |
D | math_test.cpp | 631 TEST(MATH_TEST, log) { in TEST() argument 632 ASSERT_DOUBLE_EQ(1.0, log(M_E)); in TEST() 1386 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); in TEST() 1396 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST() 1414 ASSERT_DOUBLE_EQ(log(24.0), lgamma(5.0)); in TEST() 1427 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST() 1461 ASSERT_DOUBLE_EQ(log(24.0L), lgamma_r(5.0L, &sign)); in TEST() 1959 DoMathDataTest<1>(g_log_intel_data, log); in TEST()
|
D | string_test.cpp | 235 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 158 static void GetLogStr(pid_t pid, std::string* log_str, log_id log = LOG_ID_MAIN) { in GetLogStr() argument 162 list = android_logger_list_open(log, ANDROID_LOG_NONBLOCK, 1000, pid); in GetLogStr()
|
/bionic/benchmarks/ |
D | math_benchmark.cpp | 412 d = log(*cin); in BM_math_log_speccpu2017() 423 d = log(d * zerod + *cin); in BM_math_log_speccpu2017_latency()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 243 FUNCTION(log, double (*f)(double)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 177 log;
|
/bionic/docs/ |
D | fdsan.md | 22 int fd = open("log", O_WRONLY | O_APPEND); 34 open("log", O_WRONLY | APPEND) = 123
|
/bionic/libc/tools/ |
D | posix-2013.txt | 527 log
|
/bionic/ |
D | README.md | 236 we log in this case to prevent accidents!). Obviously, if the test can be
|