Searched refs:exp (Results 251 - 275 of 510) sorted by relevance

<<11121314151617181920>>

/external/llvm/utils/release/
H A DfindRegressions-simple.py6 (tp, exp) = ('compile', 'exec')
/external/skia/tests/
H A DRandomTest.cpp55 double p = 1.0/(1.0 + exp(t));
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c82 printf(" expD(%+20.13e) = %+20.13e\n", d, exp(d));
/external/chromium_org/chrome/browser/history/
H A Dvisit_filter.cc131 double staleness = 1.0 / exp(decay_exponent);
149 score = exp(-(offset * offset) / (2 * sd * sd));
H A Dvisit_filter_unittest.cc300 EXPECT_DOUBLE_EQ(exp(-0.5), filter.GetVisitScore(visit));
302 EXPECT_DOUBLE_EQ(exp(-0.125), filter.GetVisitScore(visit));
310 EXPECT_DOUBLE_EQ(exp(-0.5) * one_week_one_hour_staleness,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting_unittest.py173 def run_test(total, exp, unexp, shards, result):
175 fake_results = FakeRunResults(total, exp, unexp, shards)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp363 UnicodeString exp(DATA[i+1], "");
364 exp = exp.unescape();
365 if (b == exp) {
369 ", expect " + hex(exp));
376 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
377 if (a == exp) {
381 ", expect " + hex(exp));
H A Ddtfmttst.cpp340 int32_t i, j, exp; local
401 for (j = 0, exp = 0; j < COUNT; ++j) {
413 int32_t expBase = exp; // save for later
414 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
421 ctou(EXPECTED[exp]), field);
770 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
772 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1630 UDate exp = FAIL; local
[all...]
H A Dastrotst.cpp407 double exp = -3444.; local
408 if (jd == exp) {
414 ", expected " + exp);
H A Dnormconf.cpp481 * @param exp expected value
483 * @param return true if got == exp
488 const UnicodeString& exp,
492 if (exp == got)
498 UnicodeString expPretty(prettify(exp));
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
485 assertEqual(const char *op, const UnicodeString& s, const UnicodeString& got, const UnicodeString& exp, const char *msg, int32_t field) argument
H A Dsvccoll.cpp498 UnicodeString exp(expected[j], (char*)NULL);
499 if (*s == exp) {
501 logln((UnicodeString)"Ok: \"" + exp + "\" seen");
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l159 exp [Ee][-+]?[0-9]+
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
/external/chromium_org/v8/src/
H A Dv8globals.h330 unsigned int exp :11; member in struct:v8::internal::IeeeDoubleLittleEndianArchType::__anon14679
340 unsigned int exp :11; member in struct:v8::internal::IeeeDoubleBigEndianArchType::__anon14680
/external/icu4c/test/intltest/
H A Dtstnorm.cpp364 UnicodeString exp(DATA[i+1], "");
365 exp = exp.unescape();
366 if (b == exp) {
370 ", expect " + hex(exp));
377 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
378 if (a == exp) {
382 ", expect " + hex(exp));
H A Dastrotst.cpp407 double exp = -3444.; local
408 if (jd == exp) {
414 ", expected " + exp);
H A Dnormconf.cpp481 * @param exp expected value
483 * @param return true if got == exp
488 const UnicodeString& exp,
492 if (exp == got)
498 UnicodeString expPretty(prettify(exp));
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
485 assertEqual(const char *op, const UnicodeString& s, const UnicodeString& got, const UnicodeString& exp, const char *msg, int32_t field) argument
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l159 exp [Ee][-+]?[0-9]+
339 {num}?{frac}{exp}? {
347 {num}{exp} {
351 {num}"."{exp} {
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1031 /* This computes C = exp(A) */
1051 /* exp(-a) where a can be the tiniest number (Ntiny). */
2107 /* calculate the result using exp(ln(lhs)*rhs), which can */
2171 decExpOp(dac, dac, &aset, &status); /* dac=exp(dac) */
2817 Int exp; /* working exponent */ local
2870 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2923 exp=f->exponent+f->digits; /* adjusted to Hull rules */
2938 if ((exp & 1)==0) { /* even exponent */
2956 exp++; /* e=e+1 */
2998 a->exponent+=exp/
3628 Int exp=dn->exponent; /* local copy */ local
4674 Int exp=lhs->exponent; /* save min(exponents) */ local
4741 Int exp, expunits, exprem; /* work */ local
6242 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) argument
6602 Int d, exp; /* work */ local
[all...]
/external/icu4c/i18n/
H A DdecNumber.c1044 /* This computes C = exp(A) */
1064 /* exp(-a) where a can be the tiniest number (Ntiny). */
2124 /* calculate the result using exp(ln(lhs)*rhs), which can */
2188 decExpOp(dac, dac, &aset, &status); /* dac=exp(dac) */
2836 Int exp; /* working exponent */ local
2889 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2942 exp=f->exponent+f->digits; /* adjusted to Hull rules */
2957 if ((exp & 1)==0) { /* even exponent */
2975 exp++; /* e=e+1 */
3017 a->exponent+=exp/
3649 Int exp=dn->exponent; /* local copy */ local
4697 Int exp=lhs->exponent; /* save min(exponents) */ local
4764 Int exp, expunits, exprem; /* work */ local
6273 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) argument
6633 Int d, exp; /* work */ local
[all...]
/external/speex/libspeex/
H A Dpreprocess.c386 noise_floor = exp(.2302585f*noise_suppress);
387 echo_floor = exp(.2302585f*effective_echo_suppress);
509 /*st->loudness_weight[i] = .5f*(1.f/(1.f+ff/8000.f))+1.f*exp(-.5f*(ff-3800.f)*(ff-3800.f)/9e5f);*/
510 st->loudness_weight[i] = .35f-.35f*ff/16000.f+.73f*exp(-.5f*(ff-3800)*(ff-3800)/9e5f);
519 st->max_increase_step = exp(0.11513f * 12.*st->frame_size / st->sampling_rate);
520 st->max_decrease_step = exp(-0.11513f * 40.*st->frame_size / st->sampling_rate);
868 st->gain2[i]=1/(1.f + (q/(1.f-q))*(1+st->prior[i])*exp(-theta));
1081 st->max_increase_step = exp(0.11513f * (*(spx_int32_t*)ptr)*st->frame_size / st->sampling_rate);
1087 st->max_decrease_step = exp(0.11513f * (*(spx_int32_t*)ptr)*st->frame_size / st->sampling_rate);
1093 st->max_gain = exp(0.1151
[all...]
/external/ceres-solver/include/ceres/
H A Djet.h411 inline double exp (double x) { return std::exp(x); } function in namespace:ceres
443 // exp(a + h) ~= exp(a) + exp(a) h
445 Jet<T, N> exp(const Jet<T, N>& f) { function in namespace:ceres
447 g.a = exp(f.a);
700 template<typename T, int N> inline Jet<T, N> ei_exp (const Jet<T, N>& x) { return exp(x); } // NOLINT
/external/openfst/src/include/fst/
H A Daccumulator.h112 double LogPosExp(double x) { return log(1.0F + exp(-x)); }
286 0.0 : log(1.0F + exp(-x));
291 0.0 : log(1.0F - exp(-x));
541 0.0 : log(1.0F + exp(-x));
546 0.0 : log(1.0F - exp(-x));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp475 virtual bool equals(const CSSCalcExpressionNode& exp) const
477 if (type() != exp.type())
480 const CSSCalcBinaryOperation& other = static_cast<const CSSCalcBinaryOperation&>(exp);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c490 UChar exp[128]; local
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1);
537 if (0 == u_strcmp(buf, exp)) {
/external/icu4c/test/cintltst/
H A Dutransts.c490 UChar exp[128]; local
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1);
537 if (0 == u_strcmp(buf, exp)) {

Completed in 1777 milliseconds

<<11121314151617181920>>