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

  /src/external/lgpl3/gmp/dist/demos/expr/
expr-impl.h 63 typedef int (*mpexpr_fun_i_unary_t) (mpX_srcptr); typedef
112 mpexpr_fun_i_unary_t mpX_ulong_p;
exprqa.c 90 p.mpX_ulong_p = (mpexpr_fun_i_unary_t) e_mpq_ulong_p;
exprza.c 98 p.mpX_ulong_p = (mpexpr_fun_i_unary_t) mpz_fits_ulong_p;
expr.c 591 (sp, (long) ((* (mpexpr_fun_i_unary_t) CP->op->fun) (sp) == 0));
626 (sp, (long) (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp));
693 (sp, (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp)
702 ((* (mpexpr_fun_i_unary_t) CP->op->fun) (sp)
703 && (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp+1)));
711 ((* (mpexpr_fun_i_unary_t) CP->op->fun) (sp)
712 || (* (mpexpr_fun_i_unary_t) CP->op->fun) (sp+1)));
exprfa.c 181 p.mpX_ulong_p = (mpexpr_fun_i_unary_t) e_mpf_ulong_p;

Completed in 39 milliseconds