Searched refs:pexp (Results 1 - 10 of 10) 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.y57 static int yylex (YYSTYPE *lval, const char **pexp);
235 yylex (YYSTYPE *lval, const char **pexp)
237 const char *exp = *pexp;
244 *pexp = exp;
371 *pexp = exp;
H A Dplural-exp.h114 extern unsigned long int plural_eval (struct expression *pexp,
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
H A DFunctors.h427 inline Packet packetOp(const Packet& a) const { return internal::pexp(a); }
/external/eigen/test/
H A Dpacketmath.cpp241 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasExp, std::exp, internal::pexp);
/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;
H A Dcpu.h942 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, floatx80 f);

Completed in 162 milliseconds