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

12345

/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/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/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/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/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/icu4c/test/intltest/
H A Dnumfmtst.h187 const UnicodeString& exp, UBool rt=TRUE);
190 const char *exp, UBool rt=TRUE) {
191 expect(fmt, n, UnicodeString(exp, ""), rt);
195 const UnicodeString& exp, UErrorCode);
198 const char *exp, UErrorCode errorCode) {
199 expect(fmt, n, UnicodeString(exp, ""), errorCode);
221 void expectPat(DecimalFormat& fmt, const UnicodeString& exp);
223 void expectPat(DecimalFormat& fmt, const char *exp) { argument
224 expectPat(fmt, UnicodeString(exp, ""));
238 const UnicodeString& exp, UBoo
189 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
197 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) argument
[all...]
/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/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.cpp148 int32_t exp = (static_cast<int32_t>(bits >> 52) & 0x7ff) - 0x3ff; local
155 if (exp < 0 || exp > 83)
162 // left by (exp - 52), if the value is less than 52 we need to shift right
164 int32_t result = (exp > 52)
165 ? static_cast<int32_t>(bits << (exp - 52))
166 : static_cast<int32_t>(bits >> (52 - exp));
172 if (exp < 32) {
173 int32_t missingOne = 1 << exp;
/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;
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);
/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;
/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/ipsec-tools/src/racoon/
H A Dplainrsa-gen.c119 gen_rsa_key(FILE *fp, size_t bits, unsigned long exp) argument
124 key = RSA_generate_key(bits, exp, NULL, NULL);
/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/qemu/target-i386/
H A Dmachine.c65 uint16_t exp; local
68 cpu_get_fp80(&mant, &exp, env->fpregs[i].d);
70 qemu_put_be16(f, exp);
168 uint16_t exp; member in union:x86_longdouble
184 p->exp = e;
215 uint16_t exp; local
220 exp = qemu_get_be16(f);
222 env->fpregs[i].d = cpu_set_fp80(mant, exp);
228 env->fpregs[i].d = cpu_set_fp80(mant, exp);
240 p->exp
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprIterator.java177 public void setExpression(Expression exp) argument
179 exp.exprSetParent(FilterExprIterator.this);
180 m_expr = exp;
H A DFilterExprIteratorSimple.java262 public void setExpression(Expression exp) argument
264 exp.exprSetParent(FilterExprIteratorSimple.this);
265 m_expr = exp;
H A DFilterExprWalker.java310 public void setExpression(Expression exp) argument
312 exp.exprSetParent(FilterExprWalker.this);
313 m_expr = exp;
H A DUnionPathIterator.java511 public void setExpression(Expression exp) argument
514 if(!(exp instanceof LocPathIterator))
521 few.setInnerExpression(exp);
524 exp.exprSetParent(few);
525 exp = wi;
528 exp.exprSetParent(UnionPathIterator.this);
529 m_exprs[m_index] = (LocPathIterator)exp;
H A DWalkingIterator.java333 public void setExpression(Expression exp) argument
335 exp.exprSetParent(this);
336 m_firstWalker = (AxesWalker)exp;

Completed in 282 milliseconds

12345