/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 | e_lgamma_r.c | 220 return -log(fabs(x)); in lgamma_r() 230 nadj = log(pi/fabs(t*x)); in lgamma_r() 240 r = -log(x); in lgamma_r() 285 r += log(z); break; in lgamma_r() 289 t = log(x); in lgamma_r() 296 r = x*(log(x)-one); in lgamma_r()
|
D | e_acosh.c | 54 return log(x)+ln2; /* acosh(huge)=log(2x) */ in acosh() 59 return log(2.0*x-one/(x+sqrt(t-one))); in acosh()
|
D | s_asinh.c | 49 w = log(fabs(x))+ln2; in asinh() 52 w = log(2.0*t+one/(sqrt(x*x+one)+t)); in asinh()
|
D | e_log.c | 89 log(double x) in log() function 146 __weak_reference(log, logl);
|
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_j0.c | 195 return(u00 + tpi*log(x)); in y0() 200 return(u/v + tpi*(j0(x)*log(x))); in y0()
|
D | e_jn.c | 180 tmp = tmp*log(fabs(v*tmp)); in jn()
|
D | e_j1.c | 193 return(x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
|
/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/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. 221 enable the verbose option then look at the log for the message: 304 in the log: 319 allocations will be dumped to the log. If the backtrace option was enabled, 320 then the log will include the backtrace of the leaked allocations. This 328 Example leak error found in the log: 343 ### log\_allocator\_stats\_on\_signal 481 log message. [all …]
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 74 LogReader(pid_t pid, log_id log) { in LogReader() argument 108 reader_.reset(new std::thread([this, pid, log] { in LogReader() 114 list = android_logger_list_open(log, 0, 1000, pid); in LogReader()
|
/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/tests/ |
D | math_test.cpp | 666 TEST(math_h, log) { in TEST() argument 667 ASSERT_DOUBLE_EQ(1.0, log(M_E)); in TEST() 1426 ASSERT_DOUBLE_EQ(log(24.0), gamma(5.0)); in TEST() 1443 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST() 1461 ASSERT_DOUBLE_EQ(log(24.0), lgamma(5.0)); in TEST() 1474 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST() 1508 ASSERT_DOUBLE_EQ(log(24.0L), lgamma_r(5.0L, &sign)); in TEST() 2006 DoMathDataTest<1>(g_log_intel_data, log); in TEST()
|
D | string_test.cpp | 241 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
|
/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/libc/include/ |
D | math.h | 152 double log(double __x);
|
/bionic/docs/ |
D | fdsan.md | 24 int fd = open("log", O_WRONLY | O_APPEND); 36 open("log", O_WRONLY | APPEND) = 123
|
/bionic/libc/tools/ |
D | posix-2013.txt | 527 log
|
/bionic/ |
D | README.md | 362 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)
|