Lines Matching refs:nops
17 ctx->nops = ctx->nresults = 0; in wrapper_init()
32 assert(ctx->nops < 2); in wrapper_op_real()
33 ctx->mpfr_ops[ctx->nops] = r; in wrapper_op_real()
34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real()
35 ctx->size_ops[ctx->nops] = size; in wrapper_op_real()
36 ctx->nops++; in wrapper_op_real()
42 assert(ctx->nops < 2); in wrapper_op_complex()
43 ctx->mpc_ops[ctx->nops] = c; in wrapper_op_complex()
44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex()
45 ctx->size_ops[ctx->nops] = size; in wrapper_op_complex()
46 ctx->nops++; in wrapper_op_complex()
102 return ctx->nops; in wrapper_get_nops()