Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 27) 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()
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_log.c146 __weak_reference(log, logl);
Dmath_private.h834 #define __ieee754_log log
/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/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_log.c362 log(double x)
364 log(x) double x;
/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.
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/
Dmath_test.cpp631 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()
Dstring_test.cpp230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp157 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/
Dmath.h154 double log(double __x);
156 long double logl(long double __x) __RENAME_LDBL(log, 3, 21);
/bionic/tests/headers/posix/
Dtgmath_h.c69 TGMATHC(log); in tgmath_h()
Dmath_h.c243 FUNCTION(log, double (*f)(double)); in math_h()
/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/docs/
Dfdsan.md20 int fd = open("log", O_WRONLY | O_APPEND);
32 open("log", O_WRONLY | APPEND) = 123
/bionic/libc/tools/
Dposix-2013.txt527 log
/bionic/
DREADME.md236 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)
Dliblinker_reloc_bench_138.S9781 CALL(log)
Dliblinker_reloc_bench_151.S13926 CALL(log)
Dliblinker_reloc_bench_000.S10109 CALL(log)
Dliblinker_reloc_bench_030.S19818 CALL(log)

12