HomeSort by relevance Sort by last modified time
    Searched refs:wrapperctx (Results 1 - 3 of 3) sorted by null

  /external/arm-optimized-routines/test/rtest/
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...]
wrappers.c 14 void wrapper_init(wrapperctx *ctx)
29 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r,
39 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c,
49 void wrapper_result_real(wrapperctx *ctx, mpfr_t r,
59 void wrapper_result_complex(wrapperctx *ctx, mpc_t c,
69 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS])
78 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op)
89 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op)
100 int wrapper_get_nops(wrapperctx *ctx)
105 int wrapper_get_size(wrapperctx *ctx, int op
    [all...]
dotest.c 441 void universal_wrapper(wrapperctx *ctx)
    [all...]

Completed in 104 milliseconds