Searched refs:exp (Results 26 - 50 of 58) sorted by relevance

123

/haiku/headers/cpp/std/
H A Dcomplext.cc46 exp (const complex<FLOAT>& x) function
48 return polar (FLOAT (exp (real (x))), imag (x));
63 return polar (FLOAT (exp (logr * real (y) - imag (y) * t)),
70 return exp (FLOAT (y) * log (x));
76 return exp (y * FLOAT (log (x)));
H A Dcomplext.h372 exp (const complex<_FLT>&) __attribute__ ((const));
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dquery.c151 dump_query_tree(tree->lv.exp, indent+1);
152 dump_query_tree(tree->rv.exp, indent+1);
/haiku/src/libs/mapm/
H A Dmapmgues.c120 m_apm_set_double(r, (1.00001 / exp(dd)));
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_cexp.c41 double exp_val = exp (__real__ x);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h340 unsigned int exp:11; member in struct:ieee_double_extract::__anon5517
353 unsigned int exp:11; member in struct:ieee_double_extract::__anon5518
366 unsigned int exp:11; member in struct:ieee_double_extract::__anon5519
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc123 template c exp (ccr);
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h172 #define VNET_ASSERT(exp, msg) do { \
173 if (!(exp)) \
177 #define VNET_ASSERT(exp, msg) do { \
419 #define VNET_ASSERT(exp, msg)
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h50 #define KASSERT_FREEBSD(exp,msg) do {} while (0)
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h60 //#define ECHO_ASSERT(exp) ASSERT(exp)
61 #define ECHO_ASSERT(exp)
/haiku/src/system/libroot/posix/musl/math/
H A Derf.c16 * erf(x) = --------- | exp(-t*t)dt
62 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
69 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
70 * = 2.0 - (1/x)*exp(-x*x-0.5625+R2/S2) if -6<x<0
79 * To compute exp(-x*x-0.5625+R/S), let s be a single
82 * exp(-x*x-0.5626+R/S) =
83 * exp(-s*s-0.5625)*exp((s-x)*(s+x)+R/S);
86 * exp(-x*x)
210 return exp(
[all...]
H A Dexp.c72 double exp(double x) function
98 /* exp(x) = 2^(k/N) * exp(r), with exp(r) in [2^(-1/2N),2^(1/2N)]. */
122 /* exp(x) = 2^(k/N) * exp(r) ~= scale + scale * (tail + exp(r) - 1). */
H A Dtgamma.c10 exp(x + g - 0.5)
159 r = S(absx) * exp(-y);
/haiku/src/system/libroot/posix/glibc/misc/
H A Defgcvt_r.c54 #define EXP APPEND(exp, FLOAT_NAME_EXT)
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s0 # exp(x) = 2^hi + 2^hi (2^lo - 1)
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s0 # exp(x) = 2^hi + 2^hi (2^lo - 1)
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c939 *\par exp What exponent to use:
961 dst_generate_key(const char *name, const int bits, const int exp, argument
985 if (new_key->dk_func->generate(new_key, exp) <= 0) {
988 new_key->dk_key_size, exp));
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h96 __MATHCALL (exp,, (_Mdouble_ __x));
121 /* Return exp(X) - 1. */
/haiku/src/kits/tracker/
H A DRegExp.cpp316 RegExp::Compile(const char* exp) argument
324 if (exp == NULL) {
330 fInputScanPointer = exp;
353 fInputScanPointer = exp;
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp115 y = A * (1.0 - exp(-y * y * S)) / (1.0 - exp(-S));
127 y = A * (1.0 - exp(-y * y * S)) / (1.0 - exp(-S));
/haiku/headers/libs/mapm/
H A Dm_apm.h546 MAPM_1aryFunc(exp)
631 MAPM_1aryFunc(exp)
/haiku/src/kits/shared/
H A DExpressionParser.cpp666 } else if (strcasecmp("exp", token.string.String()) == 0) {
668 return _ParseFactorial(values[0].exp());
759 return value.pow(value) / value.exp()
/haiku/headers/libs/agg/
H A Dagg_image_filters.h303 return exp(-2.0 * x * x) * sqrt(2.0 / pi);
/haiku/headers/posix/
H A Dmath.h210 extern double exp(double x);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_paprd.c1339 int tmp, exp; local
1341 exp = 0;
1346 exp++;
1349 return exp;

Completed in 156 milliseconds

123