HomeSort by relevance Sort by last modified time
    Searched refs:pexp (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/intl/
eval-plural.h 27 plural_eval (struct expression *pexp, unsigned long int n)
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->operation == land
    [all...]
plural.y 57 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;
plural-exp.h 114 extern unsigned long int plural_eval (struct expression *pexp,
plural.c 78 static int yylex (YYSTYPE *lval, const char **pexp);
    [all...]
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 246 Packet pexp(const Packet& a) { return exp(a); } function in namespace:Eigen::internal
Functors.h 419 inline Packet packetOp(const Packet& a) const { return internal::pexp(a); }
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 103 Packet4f pexp<Packet4f>(const Packet4f& _x) function in namespace:Eigen::internal
  /external/eigen/test/
packetmath.cpp 240 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasExp, internal::exp, internal::pexp);
  /external/qemu/target-i386/
cpu.h 784 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
op_helper.c     [all...]

Completed in 3741 milliseconds