Searched refs:MPEXPR_TYPE_CLOSEPAREN (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/demos/expr/ |
| D | expr.h | 82 #define MPEXPR_TYPE_CLOSEPAREN (MPEXPR_TYPE_UNARY | 0x005) macro 83 #define MPEXPR_TYPE_OPENPAREN (MPEXPR_TYPE_CLOSEPAREN | MPEXPR_TYPE_PREFIX)
|
| D | exprf.c | 81 { ")", NULL, MPEXPR_TYPE_CLOSEPAREN, 4 },
|
| D | exprq.c | 119 { ")", (mpexpr_fun_t) e_mpq_sgn, MPEXPR_TYPE_CLOSEPAREN, 4 },
|
| D | exprz.c | 139 { ")", NULL, MPEXPR_TYPE_CLOSEPAREN, 4 },
|
| D | expr.c | 438 && p->token_op->type == MPEXPR_TYPE_CLOSEPAREN)) in mpexpr_evaluate() 594 case MPEXPR_TYPE_CLOSEPAREN & MPEXPR_TYPE_MASK_SPECIAL: in mpexpr_evaluate()
|
| D | README | 438 { ")", NULL, MPEXPR_TYPE_CLOSEPAREN, 4 },
|