Searched refs:log (Results 26 - 50 of 65) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clog.c45 __real__ result = log (hypot (__real__ x,
/haiku/src/add-ons/translators/exr/
H A DEXRGamma.cpp19 return float (Imath::Math<double>::log (x * f + 1) / f);
/haiku/headers/cpp/std/
H A Dcomplext.cc52 log (const complex<FLOAT>& x) function
54 return complex<FLOAT> (log (abs (x)), arg (x));
60 FLOAT logr = log (abs (x));
70 return exp (FLOAT (y) * log (x));
76 return exp (y * FLOAT (log (x)));
H A Dcomplext.h374 log (const complex<_FLT>&) __attribute__ ((const));
403 return log (x) / log (10.0);
/haiku/src/preferences/input/
H A DSettingsView.cpp193 value = int32((log(fSettings.MouseSpeed() / 8192.0) / log(2)) * 1000 / 6);
/haiku/src/servers/input/
H A DInputServer.h256 FILE* log = fopen("/var/log/input_server.log", "a"); local
262 fputs(buf, log);
263 fflush(log);
264 fclose(log);
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc126 template c log (ccr);
/haiku/src/add-ons/accelerants/radeon/
H A Dradeon_accelerant.h63 struct log_info_t *log; member in struct:accelerator_info
H A DCP.c73 LOG1( si->log, _GetAvailRingBufferQueue, space );
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h88 static inline void log(int level, const char *fmt, ...) { } function
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp46 p_best = p = int(log(MAX_VCO_FREQ / f_target) / log((double)2));
/haiku/src/libs/mapm/
H A Dmapmasin.c45 * from the new log function
328 * the desired accuracy. [ constant below ~= 1 / log(2) ]
331 maxiter = (int)(log((double)(places + 2)) * 1.442695) + 3;
465 * the desired accuracy. [ constant below ~= 1 / log(2) ]
468 maxiter = (int)(log((double)(places + 2)) * 1.442695) + 3;
/haiku/src/bin/
H A Dlaunch_roster.cpp76 print_log(const BMessage& log) argument
83 if (log.FindMessage("item", index, &item) != B_OK)
105 fprintf(stderr, "Usage: %s log [-rusel] [<job-name>]\n"
107 " -u --user List only user log entries\n"
108 " -s --system List only system log entries\n"
175 fprintf(stderr, "%s: Could not get log: %s\n", kProgramName,
190 puts("User log:");
323 } else if (strcmp(command, "log") == 0) {
/haiku/src/system/libroot/posix/musl/math/
H A Dj0.c179 /* U(x^2)/V(x^2) + (2/pi)*j0(x)*log(x) */
185 return u/v + tpi*(j0(x)*log(x));
187 return u00 + tpi*log(x);
H A Dlog.c2 * Double-precision log(x) function.
28 double log(double x) function
67 if (ix == asuint64(INFINITY)) /* log(inf) == inf. */
87 /* log(x) = log1p(z/c-1) + log(c) + k*Ln2. */
98 /* hi + lo = r + log(c) + k*Ln2. */
103 /* log(x) = lo + (log1p(r) - r) + hi. */
H A Dj1.c173 return x*(u/v) + tpi*(j1(x)*log(x)-1/x);
H A Djn.c175 /* estimate log((2/x)^n*n!) = n*log(2/x)+n*ln(n)
176 * Hence, if n*(log(2n/x)) > ...
183 tmp = nf*log(fabs(w));
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinh.c64 __real__ res = log (rx + s);
74 __real__ res = log (ix + s);
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py35 import supybot.log as log namespace
43 #log.error("plop")
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh303 echo "<h2>System log</h2>"
304 echo "<div><i>Part of the system boot log that could help developer understand why some devices are not recognized...</i></div>"
306 cat /var/log/syslog
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h112 __MATHCALL (log,, (_Mdouble_ __x));
124 /* Return log(1 + X). */
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c239 si->log = log_init( 1000000 );
460 log_exit( di->si->log );
H A Ddriver.c493 // interface to log data
495 *(uint32 *)buf = log_getsize( di->si->log );
500 log_getcopy( di->si->log, buf, ((uint32 *)buf)[0] );
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp477 return static_cast<int32>(floor(4 * log(4 / closest)));
479 return static_cast<int32>(floor(4 * log(4 / closest)));
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h466 #define Setscreen(log, phys, mode, command) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (int16)mode, (int16)command)
467 #define VsetScreen(log, phys, mode, modecode) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (int16)mode, (int16)modecode)

Completed in 295 milliseconds

123