Home
last modified time | relevance | path

Searched refs:mpexpr_fun_unary_ui_t (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/demos/expr/
Dexpr-impl.h62 typedef void (*mpexpr_fun_unary_ui_t) (mpX_ptr, unsigned long); typedef
114 mpexpr_fun_unary_ui_t mpX_init;
Dexprqa.c92 p.mpX_init = (mpexpr_fun_unary_ui_t) e_mpq_init; in mpq_expr_a()
Dexprza.c100 p.mpX_init = (mpexpr_fun_unary_ui_t) e_mpz_init; in mpz_expr_a()
Dexprfa.c183 p.mpX_init = (mpexpr_fun_unary_ui_t) mpf_init2; in mpf_expr_a()
Dexpr.c621 (* (mpexpr_fun_unary_ui_t) CP->op->fun) in mpexpr_evaluate()