Searched refs:exp (Results 201 - 225 of 596) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDisplayMath.cpp42 SK_FUNCTION(exp),
71 (SkFunctionParamType) SkType_Float, // exp
114 SK_MEMBER_FUNCTION(exp, Float),
163 case SK_FUNCTION(exp):
/external/valgrind/main/tests/
H A Dvg_regtest85 # Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
87 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
88 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
93 # and <test>.stderrB.exp*.
108 # the expected stdout which is kept in <test>.post.exp*.
381 # $n is the (optional) suffix after the ".exp"; we tack it onto
384 if ($f_exp =~ /.*\.exp(.*)$/) {
388 ($f_exp eq "/dev/null") or die "Unexpected .exp fil
[all...]
H A Dvg_regtest.in85 # Expected stdout (filtered) is kept in <test>.stdout.exp* (can be more
87 # stderr (filtered) is kept in <test>.stderr.exp*. There must be at least
88 # one stderr.exp* file. Any .exp* file that ends in '~' or '#' is ignored;
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
93 # and <test>.stderrB.exp*.
108 # the expected stdout which is kept in <test>.post.exp*.
381 # $n is the (optional) suffix after the ".exp"; we tack it onto
384 if ($f_exp =~ /.*\.exp(.*)$/) {
388 ($f_exp eq "/dev/null") or die "Unexpected .exp fil
[all...]
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp646 fvec[i] = exp(-b[0]*x)/(b[1]+b[2]*x) - m_y[i];
658 double e = exp(-b[0]*x);
730 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
740 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
741 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
981 fvec[i] = b[0]*exp(-b[1]*x[i]) + b[2]*exp(-b[3]*x[i]) + b[4]*exp(-b[5]*x[i]) - y[i];
990 fjac(i,0) = exp(-b[1]*x[i]);
991 fjac(i,1) = -b[0]*x[i]*exp(
[all...]
H A Dlevenberg_marquardt.cpp251 fvec[i] = exp(-b[0]*x)/(b[1]+b[2]*x) - m_y[i];
263 double e = exp(-b[0]*x);
335 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
345 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
346 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
587 fvec[i] = b[0]*exp(-b[1]*x[i]) + b[2]*exp(-b[3]*x[i]) + b[4]*exp(-b[5]*x[i]) - y[i];
596 fjac(i,0) = exp(-b[1]*x[i]);
597 fjac(i,1) = -b[0]*x[i]*exp(
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp273 UnicodeString exp; local
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
1388 const char exp[] = local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp273 UnicodeString exp; local
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
1388 const char exp[] = local
[all...]
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py300 return MakeToken(lines, start, pos, 'exp')
337 exp_token = ParseToken(lines, pos, REST_OF_LINE_REGEX, 'exp')
356 yield MakeToken(lines, pos, dots_pos, 'exp')
360 yield MakeToken(lines, pos, new_pos, 'exp')
421 def __init__(self, exp=None, then_branch=None, else_branch=None):
422 self.exp = exp
490 exp = Pop('code')
495 return CodeNode([IfNode(ParseExpNode(exp), code_node, inner_else_node)])
515 if next.token_type == 'exp'
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h343 friend const mpreal exp (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
427 friend const mpreal frexp(const mpreal& v, mp_exp_t* exp);
428 friend const mpreal ldexp(const mpreal& v, mp_exp_t exp);
472 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
521 static int set_emin (mp_exp_t exp);
522 static int set_emax (mp_exp_t exp);
1666 mp_exp_t exp;
1678 s = mpfr_get_str(NULL,&exp,b,0,mp,mode);
1679 ns = mpfr_get_str(NULL,&exp,b,n,mp,mode);
1696 if (exp>
1875 frexp(const mpreal& v, mp_exp_t* exp) argument
1883 ldexp(const mpreal& v, mp_exp_t exp) argument
1965 set_emin(mp_exp_t exp) argument
1975 set_emax(mp_exp_t exp) argument
2068 inline const mpreal exp (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(exp ); } function in namespace:mpfr
2471 random2(mp_size_t size, mp_exp_t exp) argument
[all...]
/external/llvm/lib/Support/
H A DAPFloat.cpp2404 unsigned sigPartCount, int exp,
2417 /* Calculate pow(5, abs(exp)). */
2418 pow5PartCount = powerOf5(pow5Parts, exp >= 0 ? exp: -exp);
2435 /* Add exp, as 10^n = 5^n * 2^n. */
2436 decSig.exponent += exp;
2442 if (exp >= 0) {
2499 small. Writing L for log 10 / log 2, a number d.ddddd*10^exp
2502 (exp
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c415 int32_t exp=(ntv&0x1f)+2; local
418 /* multiply by 10^exp without math.h */
419 while(exp>=4) {
421 exp-=4;
423 switch(exp) {
442 int32_t exp=(ntv&3)+1; local
444 switch(exp) {
/external/guava/guava-tests/test/com/google/common/math/
H A DLongMathTest.java272 for (int exp : EXPONENTS) {
273 assertEquals(LongMath.pow(i, exp), valueOf(i)
274 .pow(exp)
466 for (int exp : EXPONENTS) {
467 BigInteger expectedResult = valueOf(b).pow(exp);
470 assertEquals(expectedResult.longValue(), LongMath.checkedPow(b, exp));
/external/icu/icu4c/source/common/
H A Duchar.c415 int32_t exp=(ntv&0x1f)+2; local
418 /* multiply by 10^exp without math.h */
419 while(exp>=4) {
421 exp-=4;
423 switch(exp) {
442 int32_t exp=(ntv&3)+1; local
444 switch(exp) {
/external/stlport/stlport/stl/
H A D_cmath.h345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
368 _STLP_DMATH_INLINE(exp)
439 _STLP_DEF_MATH_INLINE(exp, exp)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
561 using ::exp;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java95 * @param exp the raw Expression object, which should not normally be null.
97 public void setExpression(Expression exp) argument
100 exp.exprSetParent(m_mainExp.exprGetParent()); // a bit bogus
101 m_mainExp = exp;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DPredicatedNodeTest.java640 public void setExpression(Expression exp) argument
642 exp.exprSetParent(PredicatedNodeTest.this);
643 m_predicates[m_index] = exp;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDSAParametersGenerator.java276 for (int j = 0, exp = 0; j <= n; ++j, exp += outlen)
287 W = W.add(Vj.shiftLeft(exp));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc44 #define DEBUG_PRINT(exp) ((void)0)
187 uint32_t pow2(uint8_t exp) { argument
188 return 1 << exp;
/external/deqp/framework/common/
H A DtcuFloat.hpp215 const StorageType exp = (isShorthandZero || isDenormOrZero) ? StorageType(0) : StorageType(exponent + ExponentBias); local
219 DE_ASSERT(exp >> ExponentBits == 0);
221 return Float(StorageType(s | (exp << MantissaBits) | (mantissa & ((StorageType(1)<<MantissaBits)-1))));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java75 List<?> exp = copyToList(expected);
83 for (Object object : exp) {
86 + "expected = " + exp + ", actual = " + actString);
/external/ceres-solver/examples/
H A Dcurve_fitting.cc45 // y = exp(m * x + c);
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dscorer.cc46 double odds = exp(log_odds);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h125 #define expf(f) ((float) exp(f))
173 const GLuint exp = (ix >> 23) & 0xFF;
174 const GLint log2 = ((GLint) exp) - 127;
276 #define EXPF(x) ((GLfloat) exp(x))
/external/chromium_org/third_party/opus/src/silk/float/
H A DSigProc_FLP.h159 return (silk_float)(1.0 / (1.0 + exp(-x)));
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc41 x -= (1.0f - std::exp(-x));
43 float start = 0.36787944117f; // 1/e == exp(-1)
44 x = 1.0f - std::exp(1.0f - x);
427 const double time_seconds = std::exp(l / decel_minus_one);
436 std::exp(kDecelerationRate / decel_minus_one * l);

Completed in 371 milliseconds

1234567891011>>