Home
last modified time | relevance | path

Searched refs:wrapper_op_complex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Dwrappers.h56 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c,
H A Ddotest.c1730 wrapper_op_complex(&ctx, ac, 2, args); in docase()
1748 wrapper_op_complex(&ctx, ac, 1, args); in docase()
1835 wrapper_op_complex(&ctx, ac, 2, args); in docase()
1844 wrapper_op_complex(&ctx, ac, 2, args); in docase()
1846 wrapper_op_complex(&ctx, bc, 2, args+4); in docase()
1855 wrapper_op_complex(&ctx, ac, 1, args); in docase()
1864 wrapper_op_complex(&ctx, ac, 1, args); in docase()
1866 wrapper_op_complex(&ctx, bc, 1, args+4); in docase()
H A Dwrappers.c40 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex() function