Searched defs:pexp (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/intl/
H A Deval-plural.h27 plural_eval (struct expression *pexp, unsigned long int n) argument
29 switch (pexp->nargs)
32 switch (pexp->operation)
37 return pexp->val.num;
45 /* pexp->operation must be lnot. */
46 unsigned long int arg = plural_eval (pexp->val.args[0], n);
51 unsigned long int leftarg = plural_eval (pexp->val.args[0], n);
52 if (pexp->operation == lor)
53 return leftarg || plural_eval (pexp->val.args[1], n);
54 else if (pexp
[all...]
H A Dplural.c78 static int yylex (YYSTYPE *lval, const char **pexp);
1344 yylex (YYSTYPE *lval, const char **pexp) argument
1346 const char *exp = *pexp;
1353 *pexp = exp;
1480 *pexp = exp;
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h107 Packet4f pexp<Packet4f>(const Packet4f& _x) function in namespace:Eigen::internal
172 Packet2d pexp<Packet2d>(const Packet2d& _x) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h255 Packet pexp(const Packet& a) { using std::exp; return exp(a); } function in namespace:Eigen::internal
/external/qemu/target-i386/
H A Dfpu_helper.c1153 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, floatx80 f) argument
1159 *pexp = temp.l.upper;

Completed in 1224 milliseconds