Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 31) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clog.c72 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()
De_lgamma_r.c220 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()
De_acosh.c54 return log(x)+ln2; /* acosh(huge)=log(2x) */ in acosh()
59 return log(2.0*x-one/(x+sqrt(t-one))); in acosh()
Ds_asinh.c49 w = log(fabs(x))+ln2; in asinh()
52 w = log(2.0*t+one/(sqrt(x*x+one)+t)); in asinh()
De_log.c89 log(double x) in log() function
146 __weak_reference(log, logl);
Dcatrig.c205 *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()
Ds_cpow.c71 theta = theta + y * log (absa); in cpow()
De_j0.c195 return(u00 + tpi*log(x)); in y0()
200 return(u/v + tpi*(j0(x)*log(x))); in y0()
De_jn.c180 tmp = tmp*log(fabs(v*tmp)); in jn()
De_j1.c193 return(x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
/bionic/libc/async_safe/
DREADME.md3 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/
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.md30 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/
Dmalloc_debug_system_tests.cpp74 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/
Dtgmath_h.c69 TGMATHC(log); in tgmath_h()
Dmath_h.c243 FUNCTION(log, double (*f)(double)); in math_h()
/bionic/tests/
Dmath_test.cpp666 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()
Dstring_test.cpp241 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
/bionic/benchmarks/
Dmath_benchmark.cpp412 d = log(*cin); in BM_math_log_speccpu2017()
423 d = log(d * zerod + *cin); in BM_math_log_speccpu2017_latency()
/bionic/libm/
Dlibm.map.txt177 log;
/bionic/libc/include/
Dmath.h152 double log(double __x);
/bionic/docs/
Dfdsan.md24 int fd = open("log", O_WRONLY | O_APPEND);
36 open("log", O_WRONLY | APPEND) = 123
/bionic/libc/tools/
Dposix-2013.txt527 log
/bionic/
DREADME.md362 we log in this case to prevent accidents!). Obviously, if the test can be
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_103.S2350 CALL(log)

12