Searched refs:wrapperctx (Results 1 – 3 of 3) sorted by relevance
/external/arm-optimized-routines/test/rtest/ |
D | wrappers.h | 22 } wrapperctx; typedef 24 typedef void (*wrapperfunc)(wrapperctx *ctx); 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); 76 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op); [all …]
|
D | wrappers.c | 14 void wrapper_init(wrapperctx *ctx) in wrapper_init() 29 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real() 39 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex() 49 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real() 59 void wrapper_result_complex(wrapperctx *ctx, mpc_t c, in wrapper_result_complex() 69 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) in wrapper_run() 78 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) in wrapper_get_mpfr() 89 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee() 100 int wrapper_get_nops(wrapperctx *ctx) in wrapper_get_nops() 105 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size() [all …]
|
D | dotest.c | 441 void universal_wrapper(wrapperctx *ctx) in universal_wrapper() 1635 wrapperctx ctx; in docase()
|