HomeSort by: relevance | last modified time | path
    Searched refs:MPEXPR_TYPE_UNARY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/gmp/dist/demos/expr/
exprf.c 56 MPEXPR_TYPE_UNARY | MPEXPR_TYPE_PREFIX, 210 },
86 { "abs", (mpexpr_fun_t) mpf_abs, MPEXPR_TYPE_UNARY },
87 { "ceil", (mpexpr_fun_t) mpf_ceil, MPEXPR_TYPE_UNARY },
90 { "floor", (mpexpr_fun_t) mpf_floor, MPEXPR_TYPE_UNARY },
96 { "sqrt", (mpexpr_fun_t) mpf_sqrt, MPEXPR_TYPE_UNARY },
97 { "trunc", (mpexpr_fun_t) mpf_trunc, MPEXPR_TYPE_UNARY },
expr.h 46 #define MPEXPR_TYPE_UNARY MPEXPR_TYPE_NARY(1)
55 #define MPEXPR_TYPE_UNARY_UI (MPEXPR_TYPE_UNARY | MPEXPR_TYPE_LAST_UI)
56 #define MPEXPR_TYPE_I_UNARY (MPEXPR_TYPE_UNARY | MPEXPR_TYPE_RESULT_INT)
78 #define MPEXPR_TYPE_NEW_TABLE (MPEXPR_TYPE_UNARY | 0x001)
79 #define MPEXPR_TYPE_DONE (MPEXPR_TYPE_UNARY | 0x002)
80 #define MPEXPR_TYPE_VARIABLE (MPEXPR_TYPE_UNARY | 0x003)
81 #define MPEXPR_TYPE_LOGICAL_NOT (MPEXPR_TYPE_UNARY | 0x004)
82 #define MPEXPR_TYPE_CLOSEPAREN (MPEXPR_TYPE_UNARY | 0x005)
exprz.c 106 MPEXPR_TYPE_UNARY | MPEXPR_TYPE_PREFIX, 210 },
110 MPEXPR_TYPE_UNARY | MPEXPR_TYPE_PREFIX, 210 },
144 { "abs", (mpexpr_fun_t) mpz_abs, MPEXPR_TYPE_UNARY },
167 { "nextprime", (mpexpr_fun_t) mpz_nextprime, MPEXPR_TYPE_UNARY },
171 { "popcount", (mpexpr_fun_t) e_mpz_popcount, MPEXPR_TYPE_UNARY },
180 { "sqrt", (mpexpr_fun_t) mpz_sqrt, MPEXPR_TYPE_UNARY },
exprq.c 94 MPEXPR_TYPE_UNARY | MPEXPR_TYPE_PREFIX, 210 },
124 { "abs", (mpexpr_fun_t) mpq_abs, MPEXPR_TYPE_UNARY },
126 { "den", (mpexpr_fun_t) e_mpq_den, MPEXPR_TYPE_UNARY },
129 { "num", (mpexpr_fun_t) e_mpq_num, MPEXPR_TYPE_UNARY },

Completed in 24 milliseconds