Searched refs:pexp (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/intl/ |
D | eval-plural.h | 27 plural_eval (struct expression *pexp, unsigned long int n) in plural_eval() argument 29 switch (pexp->nargs) in plural_eval() 32 switch (pexp->operation) in plural_eval() 37 return pexp->val.num; in plural_eval() 46 unsigned long int arg = plural_eval (pexp->val.args[0], n); in plural_eval() 51 unsigned long int leftarg = plural_eval (pexp->val.args[0], n); in plural_eval() 52 if (pexp->operation == lor) in plural_eval() 53 return leftarg || plural_eval (pexp->val.args[1], n); in plural_eval() 54 else if (pexp->operation == land) in plural_eval() 55 return leftarg && plural_eval (pexp->val.args[1], n); in plural_eval() [all …]
|
D | plural.y | 57 static int yylex (YYSTYPE *lval, const char **pexp); 235 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument 237 const char *exp = *pexp; in yylex() 244 *pexp = exp; in yylex() 371 *pexp = exp; in yylex()
|
D | plural.c | 78 static int yylex (YYSTYPE *lval, const char **pexp); 1344 yylex (YYSTYPE *lval, const char **pexp) in yylex() argument 1346 const char *exp = *pexp; in yylex() 1353 *pexp = exp; in yylex() 1480 *pexp = exp; in yylex()
|
D | plural-exp.h | 114 extern unsigned long int plural_eval (struct expression *pexp,
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 246 Packet pexp(const Packet& a) { return exp(a); } in pexp() function
|
D | Functors.h | 419 inline Packet packetOp(const Packet& a) const { return internal::pexp(a); }
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 103 Packet4f pexp<Packet4f>(const Packet4f& _x)
|
/external/eigen/test/ |
D | packetmath.cpp | 240 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasExp, internal::exp, internal::pexp); in packetmath_real()
|
/external/qemu/target-i386/ |
D | cpu.h | 784 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f);
|
D | op_helper.c | 4481 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) in cpu_get_fp80() argument 4492 *pexp = e; in cpu_get_fp80() 4516 void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp, CPU86_LDouble f) in cpu_get_fp80() argument 4522 *pexp = temp.l.upper; in cpu_get_fp80()
|