Searched refs:mpc_ops (Results 1 – 2 of 2) sorted by relevance
20 ctx->mpc_ops[i] = NULL; in wrapper_init()43 ctx->mpc_ops[ctx->nops] = c; in wrapper_op_complex()111 assert(ctx->mpfr_ops[op] || ctx->mpc_ops[op]); in wrapper_get_size()122 assert(ctx->mpfr_ops[op] || ctx->mpc_ops[op]); in wrapper_is_complex()123 return ctx->mpc_ops[op] != NULL; in wrapper_is_complex()133 assert(ctx->mpc_ops[op]); in wrapper_get_mpc()134 return ctx->mpc_ops[op]; in wrapper_get_mpc()144 assert(ctx->mpc_ops[op]); in wrapper_get_mpfr_r()145 return mpc_realref(ctx->mpc_ops[op]); in wrapper_get_mpfr_r()155 assert(ctx->mpc_ops[op]); in wrapper_get_mpfr_i()[all …]
15 mpc_srcptr mpc_ops[2]; member