Lines Matching defs:mpfrIntResult
276 int mpfrIntResult;
277 MPFRNumber mpfr_result = unary_operation_two_outputs(op, input, mpfrIntResult,
280 if (mpfrIntResult != libc_result.i) {
281 tlog << "MPFR integral result: " << mpfrIntResult << '\n'
323 int mpfrIntResult;
325 op, input.x, input.y, mpfrIntResult, precision, rounding);
329 << "MPFR integral result: " << mpfrIntResult << '\n'
524 int mpfrIntResult;
526 MPFRNumber mpfr_result = unary_operation_two_outputs(op, input, mpfrIntResult,
530 if (mpfrIntResult != libc_result.i)
550 int mpfrIntResult;
553 op, input.x, input.y, mpfrIntResult, precision, rounding);
556 if (mpfrIntResult != libc_result.i) {
558 if ((0x7 & mpfrIntResult) != (0x7 & libc_result.i))