Searched refs:exp (Results 76 - 100 of 596) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/simplejson/
H A Dscanner.py54 integer, frac, exp = m.groups()
55 if frac or exp:
56 res = parse_float(integer + (frac or '') + (exp or ''))
/external/libvorbis/lib/
H A Dscales.h68 #define fromdB(x) (exp((x)*.11512925f))
82 #define fromMEL(m) (1000.f*exp((m)/1442.695f)-1000.f)
88 #define fromOC(o) (exp(((o)+5.965784f)*.693147f))
/external/eigen/unsupported/test/
H A Dmatrix_function.cpp105 VERIFY_IS_APPROX(A.exp(), A.matrixFunction(StdStemFunctions<ComplexScalar>::exp));
121 // identity X.exp().log() = X only holds if Im(lambda) < pi for all eigenvalues of X
122 MatrixType expA = scaledA.exp();
132 VERIFY_IS_APPROX_ABS(A.sinh(), (A.exp() - (-A).exp()) / 2);
133 VERIFY_IS_APPROX_ABS(A.cosh(), (A.exp() + (-A).exp()) / 2);
150 ComplexMatrix exp_iA = (imagUnit * Ac).exp();
151 ComplexMatrix exp_miA = (-imagUnit * Ac).exp();
[all...]
/external/stlport/stlport/stl/config/
H A D_como.h91 inline long double expl(long double arg) { return exp(arg); }
125 # define expf exp
126 inline long double expl(long double arg) { return exp(arg); }
164 inline long double expl(long double arg) { return exp(arg); }
/external/stlport/src/
H A Dnum_get_float.cpp149 void _Stl_set_exponent(uint64 &val, uint64 exp) argument
150 { val = (val & ~exponent_mask) | ((exp & bit11) << 52); }
265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
267 // exp: base-10 exponent
269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { argument
272 if ( exp == 0 ) { /* no scaling needed */
276 int exp_hi = 0, exp_lo = exp; /* exp = exp_hi*32 + exp_lo */
280 if (exp > 0) { /* split exponent */
290 } else { // exp <
651 int exp; local
756 int exp; local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddiv-mod.js48 var exp;
53 for (exp = -1024; exp <= 1024; exp += 8) {
54 divmod(div_func, mod_func, Math.pow(2, exp), divisor);
55 divmod(div_func, mod_func, 0.9999999 * Math.pow(2, exp), divisor);
56 divmod(div_func, mod_func, 1.0000001 * Math.pow(2, exp), divisor);
59 for (exp = 0; exp <= 32; exp
[all...]
H A Dconstant-folding-2.js132 assertEquals(1.0, Math.exp(0.0));
133 assertTrue(2.7 < Math.exp(1) && Math.exp(1) < 2.8);
134 assertEquals("Infinity", String(Math.exp(Infinity)));
135 assertEquals("0", String(Math.exp(-Infinity)));
136 assertEquals("NaN", String(Math.exp(NaN)));
144 assertEquals("NaN", String(Math.exp(NaN)));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fog.c68 result = exp(-narg); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = (GLfloat) exp(-f);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c68 result = exp(-narg); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = (GLfloat) exp(-f);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1246.js33 var nonSmi10 = Math.log(Math.exp(10));
34 var nonSmi16 = Math.log(Math.exp(16));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DStemFunction.h24 static Scalar exp(Scalar x, int) function in class:Eigen::StdStemFunctions
26 return std::exp(x);
/external/ipsec-tools/src/racoon/
H A Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fog.c68 result = exp(-narg); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = (GLfloat) exp(-f);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c68 result = exp(-narg); \
74 * Initialize the exp_table[] lookup table for approximating exp().
82 exp_table[i] = (GLfloat) exp(-f);
/external/speex/libspeex/
H A Dvorbis_psy.h43 #define fromdB(x) (exp((x)*.11512925f))
61 #define fromOC(o) (exp(((o)+5.965784f)*.693147f))
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dre.h88 struct RegExp *exp; member in struct:RegExp::__anon16385::__anon16386
100 struct RegExp *exp; member in union:RegExp::__anon16385
103 struct RegExp *exp; member in struct:RegExp::__anon16385::__anon16388
166 r->d.exp = e;
175 r->d.CloseVOp.exp = e;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb42 log returns [result]: 'ln' r=exp {$result = Math.log($r.result)}
43 | r=exp {$result = $r.result}
46 exp returns [result]: r=atom { $result = $r.result } ('^' r2=atom { $result **= $r2.result } )?
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDESedeKeySpecTest.java132 byte[] exp = new byte[24];
133 System.arraycopy(key1, 2, exp, 0, 24);
135 + "in constructor.", Arrays.equals(exp, res));
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunctionMultiArgs.java183 public void setExpression(Expression exp) argument
185 exp.exprSetParent(FunctionMultiArgs.this);
186 m_args[m_argIndex] = exp;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DFunctionPattern.java232 public void setExpression(Expression exp) argument
234 exp.exprSetParent(FunctionPattern.this);
235 m_functionExpr = exp;
H A DUnionPattern.java165 public void setExpression(Expression exp) argument
167 exp.exprSetParent(UnionPattern.this);
168 m_patterns[m_index] = (StepPattern)exp;
/external/ceres-solver/examples/
H A Dcurve_fitting.c45 * y = exp(m * x + c);
136 residuals[0] = y - exp(m * x + c);
141 jacobians[0][0] = - x * exp(m * x + c); /* dr/dm */
144 jacobians[1][0] = - exp(m * x + c); /* dr/dc */
/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_test_utils.cc98 residuals[1] = exp(-x1x2 / 10);
153 ExpectClose(-x2[i] * exp(-x1x2 / 10.) / 10., dydx1[5 * 1 + i], tolerance);
154 ExpectClose(-x1[i] * exp(-x1x2 / 10.) / 10., dydx2[5 * 1 + i], tolerance);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuery.cpp98 MediaQueryExp* exp = m_expressions->at(i).get(); local
100 if (key && *exp == *key)
103 key = exp;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dquerymatrix.c153 int exp; local
165 normalizedFraction = (GLfloat)frexp(matrix[i], &exp);
167 exponent[i] = (GLint) exp;

Completed in 7244 milliseconds

1234567891011>>