/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 | 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 | s_cpow.c | 71 theta = theta + y * log (absa); in cpow()
|
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 | 362 log(double x) 364 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/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() 1935 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/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 157 static void GetLogStr(pid_t pid, std::string* log_str, log_id log = LOG_ID_MAIN) { in GetLogStr() argument 161 list = android_logger_list_open(log, ANDROID_LOG_NONBLOCK, 1000, pid); in GetLogStr()
|
/bionic/libc/include/ |
D | math.h | 154 double log(double __x); 156 long double logl(long double __x) __RENAME_LDBL(log, 3, 21);
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 69 TGMATHC(log); in tgmath_h()
|
D | math_h.c | 243 FUNCTION(log, double (*f)(double)); in math_h()
|
/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/libm/ |
D | libm.map.txt | 177 log;
|
/bionic/docs/ |
D | fdsan.md | 20 int fd = open("log", O_WRONLY | O_APPEND); 32 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
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_103.S | 2350 CALL(log)
|
D | liblinker_reloc_bench_138.S | 9781 CALL(log)
|
D | liblinker_reloc_bench_151.S | 13926 CALL(log)
|
D | liblinker_reloc_bench_000.S | 10109 CALL(log)
|
D | liblinker_reloc_bench_030.S | 19818 CALL(log)
|