wrappers.h | 22 } wrapperctx; typedef in typeref:struct:__anon15287 24 typedef void (*wrapperfunc)(wrapperctx *ctx); 31 * initialise a wrapperctx with wrapper_init, then provide all the 48 void wrapper_init(wrapperctx *ctx); 51 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, 55 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, 59 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, 64 void wrapper_result_complex(wrapperctx *ctx, mpc_t c, 67 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]); 75 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) [all...] |