Searched refs:exp (Results 26 - 50 of 512) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/
H A Dtranscendentals.js48 assertTrue(Math.exp(x) != Math.exp(y));
/external/valgrind/main/none/tests/amd64/
H A Daes.c75 V128 exp; local
91 expand(&exp, s_exp);
92 assert (0 == memcmp(&res, &exp, 16));
107 V128 exp; local
123 expand(&exp, s_exp);
124 assert (0 == memcmp(&res, &exp, 16));
139 V128 exp; local
155 expand(&exp, s_exp);
156 assert (0 == memcmp(&res, &exp, 16));
171 V128 exp; local
203 V128 exp; local
234 V128 exp; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DUnwantedTokenException.cs84 string exp = ", expected " + expected;
86 exp = "";
89 return "UnwantedTokenException(found=" + null + exp + ")";
91 return "UnwantedTokenException(found=" + Token.Text + exp + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DUnwantedTokenException.cs97 string exp = ", expected " + expected;
100 exp = "";
104 return "UnwantedTokenException(found=" + null + exp + ")";
106 return "UnwantedTokenException(found=" + Token.Text + exp + ")";
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioUtilities.cpp55 return 1 - exp(-1 / (sampleRate * timeConstant));
/external/eigen/unsupported/doc/examples/
H A DMatrixExponential.cpp15 std::cout << "The matrix exponential of A is:\n" << A.exp() << "\n\n";
H A DMatrixFunction.cpp8 return std::exp(x);
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_ftp.h40 struct ip_conntrack_expect *exp,
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNumber.java156 // int exp = 0;
160 // exp = Integer.parseInt(s.substring(e + 1));
242 // if (exp == 0)
261 // if (exp >= decimalLen)
262 // return sign + wholePart + decimalPart + zeros(exp - decimalLen);
264 // if (exp > 0)
265 // return sign + wholePart + decimalPart.substring(0, exp) + "."
266 // + decimalPart.substring(exp);
268 // return sign + "0." + zeros(-1 - exp) + wholePart + decimalPart;
316 int exp
[all...]
/external/oprofile/module/x86/
H A Dop_rtc.c61 unsigned int exp, freq; local
77 exp = 0;
78 while (target > (1 << exp) + ((1 << exp) >> 1))
79 exp++;
80 freq = 16 - exp;
87 sysctl_parms.ctr[0].count = sysctl.ctr[0].count = 1 << exp;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java160 public void setExpression(Expression exp) argument
162 exp.exprSetParent(Operation.this);
163 m_left = exp;
190 public void setExpression(Expression exp) argument
192 exp.exprSetParent(this);
193 m_right = exp;
H A DUnaryOperation.java142 public void setExpression(Expression exp) argument
144 exp.exprSetParent(this);
145 m_right = exp;
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c257 int exp, e2; /* exponent of real numbers */ local
490 exp = 0;
497 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; }
498 while( realvalue>=1e8 && exp<=350 ){ realvalue *= 1e-8; exp+=8; }
499 while( realvalue>=10.0 && exp<=350 ){ realvalue *= 0.1; exp++; }
500 while( realvalue<1e-8 ){ realvalue *= 1e8; exp-=8; }
501 while( realvalue<1.0 ){ realvalue *= 10.0; exp
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java255 ArgExtOwner(Expression exp) argument
257 m_exp = exp;
272 public void setExpression(Expression exp) argument
274 exp.exprSetParent(FuncExtFunction.this);
275 m_exp = exp;
287 Expression exp = (Expression)m_argVec.elementAt(i);
288 exp.callVisitors(new ArgExtOwner(exp), visitor);
H A DFunction2Args.java144 public void setExpression(Expression exp) argument
146 exp.exprSetParent(Function2Args.this);
147 m_arg1 = exp;
H A DFunction3Args.java142 public void setExpression(Expression exp) argument
144 exp.exprSetParent(Function3Args.this);
145 m_arg2 = exp;
H A DFunctionOneArg.java145 public void setExpression(Expression exp) argument
147 exp.exprSetParent(this);
148 m_arg0 = exp;
/external/libsepol/tests/
H A Ddebug.c37 void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) argument
41 for (cur = exp; cur != NULL; cur = cur->next) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.h25 // void remainderTest(double x, double y, double exp);
26 void maxMinTest(double a, double b, double exp, UBool max);
/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py43 for arg, exp in zip(cmds[0].arguments, expected):
44 assert arg == exp
61 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
62 assert arg == exp
/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_log.hh46 size=int(exp(ls));
/external/icu4c/test/intltest/
H A Dtsputil.h25 // void remainderTest(double x, double y, double exp);
26 void maxMinTest(double a, double b, double exp, UBool max);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c74 UChar exp[128]; local
80 u_uastrcpy(exp, DATA[i+2]);
90 if (u_strcmp(ustr, exp) != 0) {
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n",
96 log_err("FAIL: u_catgets => len=%d, exp. %d\n",
101 log_err("FAIL: u_catgets => %s, exp. %s\n",
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h31 #define TEMP_FAILURE_RETRY(exp) ({ \
32 typeof (exp) _rc; \
34 _rc = (exp); \
/external/icu4c/test/cintltst/
H A Dcposxtst.c74 UChar exp[128]; local
80 u_uastrcpy(exp, DATA[i+2]);
90 if (u_strcmp(ustr, exp) != 0) {
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n",
96 log_err("FAIL: u_catgets => len=%d, exp. %d\n",
101 log_err("FAIL: u_catgets => %s, exp. %s\n",

Completed in 1020 milliseconds

1234567891011>>