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

123

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c2152 bin_tree_t *tree, *exp;
2161 exp = parse_expression (regexp, preg, token, syntax, nest, err);
2162 if (BE (*err != REG_NOERROR && exp == NULL, 0))
2166 if (tree != NULL && exp != NULL)
2168 tree = create_tree (dfa, tree, exp, CONCAT);
2176 tree = exp;
2177 /* Otherwise exp == NULL, we don't need to create new tree. */
2143 bin_tree_t *tree, *exp; local
/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_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c37 #define KASSERT(exp, msg) assert(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/headers/cpp/std/
H A Dvalarray_meta.h942 _DEFINE_EXPR_UNARY_FUNCTION(exp)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1655 void exp() {} function
H A Dlibroot_stubs_legacy.c1599 void exp() {} function
/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)))*

Completed in 143 milliseconds

123