Home
last modified time | relevance | path

Searched refs:log_10 (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/mail/perdition/perdition-2.2/perdition/
H A Dacap.c22 static size_t log_10(size_t n) in log_10() function
38 return log_10(n) + 1; in n_len()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)).
H A Dstwotox.S38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)).
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/fpsp040/
H A Dslog2.S13 | OUTPUT: log_10(X) or log_2(X) returned in floating-point
40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)).
/dports/net/freeradius3/freeradius-server-3.0.25/src/lib/
H A Dsnprintf.h130 PRIVATE int log_10(double);
146 PRIVATE int log_10();
H A Dsnprintf.c89 log_10(double r) in log_10() function
91 log_10(r) in log_10()
145 for (j = log_10(real); j >= 0; j--) {
399 j = log_10(d);
553 i = log_10(d);
/dports/www/cadaver/cadaver-0.23.3/lib/
H A Dsnprintf.h142 PRIVATE int log_10(double);
158 PRIVATE int log_10();
H A Dsnprintf.c93 log_10(double r) in log_10() function
95 log_10(r) in log_10()
149 for (j = log_10(real); j >= 0; j--) {
403 j = log_10(d);
549 i = log_10(d);
/dports/www/litmus/litmus-0.13/lib/
H A Dsnprintf.h142 PRIVATE int log_10(double);
158 PRIVATE int log_10();
H A Dsnprintf.c93 log_10(double r) in log_10() function
95 log_10(r) in log_10()
149 for (j = log_10(real); j >= 0; j--) {
403 j = log_10(d);
549 i = log_10(d);
/dports/chinese/libime/libime-1.0.9/src/libime/core/
H A Duserlanguagemodel.cpp97 static const float log_10 = std::log(10); variable
104 return x < MIN_FLOAT_LOG10 ? 0. : std::log1p(std::pow(10, x)) / log_10; in log1p10exp()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/std/
H A Dnumbers67 /// log_10 e
146 /// log_10 e
/dports/audio/sox/sox-14.4.2/src/
H A Dspectrogram.c513 double try, log_10 = HUGE_VAL, min_step = (to *= 10) / max_steps; in axis() local
514 for (i = 5; i; i >>= 1) if ((try = ceil(log10(min_step * i))) <= log_10) in axis()
515 step = pow(10., log_10 = try) / i, log_10 -= i > 1; in axis()
516 prefix_num = floor(log_10 / 3); in axis()
/dports/lang/nim/nim-1.6.2/lib/system/
H A Dschubfach.nim77 ## Returns floor(log_10(2^e))
84 ## Returns floor(log_10(3/4 2^e))
201 ## (q * 1262611 ) >> 22 == floor(log_10( 2^q))
202 ## (q * 1262611 - 524031) >> 22 == floor(log_10(3/4 2^q))
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dconstants.hpp63 constexpr static T log_10 = static_cast<T>(2.3025850929940456840179914546844); member
/dports/shells/bash/bash-5.1/lib/sh/
H A Dsnprintf.c275 static int log_10 PARAMS((double));
517 log_10(r) in log_10() function
580 for (j = log_10(real); j >= 0; j--)
1077 j = log_10(d);
1445 i = (d != 0.) ? log_10(d) : -1;
/dports/games/xonotic/Xonotic/source/qcsrc/lib/warpzone/
H A Dmathlib.qh104 const float M_LOG10E = 0.43429448190325182765; /* log_10 e */
/dports/sysutils/heirloom/heirloom-070715/dc/
H A Ddc.h134 int log_10; variable

123456789