Searched refs:wrapper_op_complex (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | wrappers.h | 55 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c,
|
H A D | dotest.c | 1772 wrapper_op_complex(&ctx, ac, 2, args); in docase() 1790 wrapper_op_complex(&ctx, ac, 1, args); in docase() 1877 wrapper_op_complex(&ctx, ac, 2, args); in docase() 1886 wrapper_op_complex(&ctx, ac, 2, args); in docase() 1888 wrapper_op_complex(&ctx, bc, 2, args+4); in docase() 1897 wrapper_op_complex(&ctx, ac, 1, args); in docase() 1906 wrapper_op_complex(&ctx, ac, 1, args); in docase() 1908 wrapper_op_complex(&ctx, bc, 1, args+4); in docase()
|
H A D | wrappers.c | 39 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex() function
|