Searched refs:exp (Results 1 - 25 of 58) sorted by last modified time

123

/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/tests/kits/game/chart/
H A DChartWindow.cpp1075 fNextSettings.refresh_rate = exp(slider->Value()*0.001*(log(REFRESH_RATE_MAX/REFRESH_RATE_MIN)))*
/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/bin/mail_utils/
H A Dspamdbm.cpp1880 /* If x2 is very large, exp(-m) will underflow to 0. */
1882 sum = term = exp (-m);
1890 platform exp(), can cause this to spill a few ULP above 1.0. For example,
3231 ProductSpam = exp (ProductLogSpam / i);
3232 ProductGenuine = exp (ProductLogGenuine / i);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1599 void exp() {} function
H A Dlibroot_stubs.c1655 void exp() {} function
/haiku/headers/posix/
H A Dmath.h210 extern double exp(double x);
/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);
H A Dquery.h33 struct query_exp *exp; member in struct:query_term
/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/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c2697 int exp, delay; local
2701 exp = ic->ic_lintval / bintval;
2704 if (exp > RT2573_TBCN_EXP_MAX)
2705 exp = RT2573_TBCN_EXP_MAX;
2710 RT2573_TBCN_EXP(exp) |
2718 sc->sc_sleep_time = IEEE80211_TU_TO_TICKS(exp * bintval + delay);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h50 #define KASSERT_FREEBSD(exp,msg) do {} while (0)
/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/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s0 # exp(x) = 2^hi + 2^hi (2^lo - 1)
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpf.s1 # see exp.s
H A Dexpl.s0 # exp(x) = 2^hi + 2^hi (2^lo - 1)
H A Dexpm1.s1 # see exp.s
H A Dexpm1f.s1 # see exp.s
H A Dexpm1l.s1 # see exp.s
H A Dexp.s83 .global exp
84 .type exp,@function
85 exp: label
H A Dexp2.s1 # see exp.s
H A Dexp2f.s1 # see exp.s
H A Dexp2l.s1 # see exp.s
/haiku/src/system/libroot/posix/musl/math/
H A Dtgamma.c10 exp(x + g - 0.5)
159 r = S(absx) * exp(-y);
H A Dexpl.c38 * A Pade' form of degree 5/6 is used to approximate exp(f) - 1
51 * exp( X(1+delta) ) = exp(X) ( 1 + X*delta + ... ),
63 * exp underflow x < MINLOG 0.0
64 * exp overflow x > MAXLOG MAXNUM
73 return exp(x);
126 return exp(x);

Completed in 218 milliseconds

123