Searched defs:exp (Results 1 - 25 of 194) sorted by relevance

12345678

/external/bison/doc/figs/
H A Dexample.y2 exp: a ";" | b "."; label
/external/e2fsprogs/intl/
H A Dplural.y35 #include "plural-exp.h"
52 struct expression *exp;
146 %type <exp> exp
150 start: exp
158 exp: exp '?' exp ':' exp label
162 | exp '|' ex
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dmath-exp-precision.js28 // Tests that the --fast-math implementation of Math.exp() has
31 function exp(x) { function
32 return Math.exp(x);
35 var first_call_result = exp(Math.PI);
36 var second_call_result = exp(Math.PI);
52 var ex = exp(x);
62 var last_call_result = exp(Math.PI);
/external/fdlibm/
H A Ds_ldexp.c18 double ieee_ldexp(double value, int exp) argument
20 double ieee_ldexp(value, exp)
21 double value; int exp;
25 value = ieee_scalbn(value,exp);
/external/bison/lib/
H A Dldexpl.c29 ldexpl (long double x, int exp) argument
31 return ldexp (x, exp);
40 ldexpl (long double x, int exp) argument
51 if (exp < 0)
53 exp = -exp;
59 if (exp > 0)
63 and bit <= exp. */
64 if (exp & bit)
67 if (bit > exp)
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpressionOwner.java39 * @param exp the raw Expression object, which should not normally be null.
41 public void setExpression(Expression exp); argument
/external/bison/etc/
H A Dbench.pl.in50 %type <val> exp input
61 exp { if (\$1 != 0) abort (); \$\$ = \$1; }
62 | input exp { if (\$2 != \$1 + 1) abort (); \$\$ = \$2; }
65 exp: label
175 %type <ival> exp
192 | exp '\\n' { USE (\$1); }
195 exp: label
197 | exp '=' exp
203 | exp '
[all...]
/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/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/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h37 exp() const function
47 * \sa exp()
140 * \sa exp(), log()
/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/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",
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_flog.c66 EAS_U32 exp; local
74 for (exp = 31; exp > 0; exp--)
82 exp <<= LOG_EXPONENT_SHIFT;
92 exp += eas_log2_table[n] + interp;
94 return (EAS_I32) exp;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuery.cpp91 MediaQueryExp* exp = m_expressions->at(i).get(); local
93 if (key && *exp == *key)
96 key = exp;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.h184 const UnicodeString& exp, UBool rt=TRUE);
187 const char *exp, UBool rt=TRUE) {
188 expect(fmt, n, UnicodeString(exp, ""), rt);
192 const UnicodeString& exp, UErrorCode);
195 const char *exp, UErrorCode errorCode) {
196 expect(fmt, n, UnicodeString(exp, ""), errorCode);
218 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
220 void expectPat(DecimalFormat& fmt, const char *exp) { argument
221 expectPat(fmt, UnicodeString(exp, ""));
235 const UnicodeString& exp, UBoo
186 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
194 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c89 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) argument
91 PEXCEPTION_RECORD rec = exp->ExceptionRecord;
92 PCONTEXT ctx = exp->ContextRecord;
/external/chromium_org/third_party/skia/src/core/
H A DSkFloatBits.cpp13 do right before they return ... >> exp;
15 Round - adds 1 << (exp - 1)
16 Ceil - adds (1 << exp) - 1
46 int exp = unpack_exp(packed) - EXP_BIAS; local
49 if (exp >= 0) {
50 if (exp > 7) { // overflow
53 value <<= exp; local
56 exp = -exp;
57 if (exp > 2
60 value >>= exp; local
72 int exp = unpack_exp(packed) - EXP_BIAS; local
79 value <<= exp; local
102 int exp = unpack_exp(packed) - EXP_BIAS; local
109 value <<= exp; local
132 int exp = unpack_exp(packed) - EXP_BIAS; local
139 value <<= exp; local
[all...]
/external/icu4c/test/intltest/
H A Dnumfmtst.h196 const UnicodeString& exp, UBool rt=TRUE);
199 const char *exp, UBool rt=TRUE) {
200 expect(fmt, n, UnicodeString(exp, ""), rt);
204 const UnicodeString& exp, UErrorCode);
207 const char *exp, UErrorCode errorCode) {
208 expect(fmt, n, UnicodeString(exp, ""), errorCode);
230 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
232 void expectPat(DecimalFormat& fmt, const char *exp) { argument
233 expectPat(fmt, UnicodeString(exp, ""));
247 const UnicodeString& exp, UBoo
198 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
206 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) argument
[all...]
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c89 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) argument
91 PEXCEPTION_RECORD rec = exp->ExceptionRecord;
92 PCONTEXT ctx = exp->ContextRecord;
/external/skia/src/core/
H A DSkFloatBits.cpp13 do right before they return ... >> exp;
15 Round - adds 1 << (exp - 1)
16 Ceil - adds (1 << exp) - 1
46 int exp = unpack_exp(packed) - EXP_BIAS; local
49 if (exp >= 0) {
50 if (exp > 7) { // overflow
53 value <<= exp; local
56 exp = -exp;
57 if (exp > 2
60 value >>= exp; local
72 int exp = unpack_exp(packed) - EXP_BIAS; local
79 value <<= exp; local
102 int exp = unpack_exp(packed) - EXP_BIAS; local
109 value <<= exp; local
132 int exp = unpack_exp(packed) - EXP_BIAS; local
139 value <<= exp; local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
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 DFunctionMultiArgs.java183 public void setExpression(Expression exp) argument
185 exp.exprSetParent(FunctionMultiArgs.this);
186 m_args[m_argIndex] = exp;
H A DFunctionOneArg.java145 public void setExpression(Expression exp) argument
147 exp.exprSetParent(this);
148 m_arg0 = exp;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DUnaryOperation.java142 public void setExpression(Expression exp) argument
144 exp.exprSetParent(this);
145 m_right = exp;

Completed in 3024 milliseconds

12345678