Home | History | Annotate | Download | only in rtest

Lines Matching refs:mpfr_result

23     ctx->mpfr_result = NULL;
53 ctx->mpfr_result = r;
81 assert(ctx->mpfr_result);
82 return ctx->mpfr_result;
92 assert(ctx->mpfr_result);
108 assert(ctx->mpfr_result || ctx->mpc_result);
119 assert(ctx->mpfr_result || ctx->mpc_result);
184 assert(ctx->mpfr_result);
202 assert(ctx->mpfr_result);
203 mpfr_set_nan(ctx->mpfr_result);
223 assert(ctx->mpfr_result);
224 mpfr_set_si(ctx->mpfr_result, val, GMP_RNDN);
244 assert(ctx->mpfr_result);
245 mpfr_set(ctx->mpfr_result, val, GMP_RNDN);