Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp632 int mpfrIntResult; in explain_unary_operation_two_outputs_error() local
637 if (mpfrIntResult != libc_result.i) { in explain_unary_operation_two_outputs_error()
638 ss << "MPFR integral result: " << mpfrIntResult << '\n' in explain_unary_operation_two_outputs_error()
682 int mpfrIntResult; in explain_binary_operation_two_outputs_error() local
684 op, input.x, input.y, mpfrIntResult, precision, rounding); in explain_binary_operation_two_outputs_error()
689 << "MPFR integral result: " << mpfrIntResult << '\n' in explain_binary_operation_two_outputs_error()
822 int mpfrIntResult; in compare_unary_operation_two_outputs() local
828 if (mpfrIntResult != libc_result.i) in compare_unary_operation_two_outputs()
848 int mpfrIntResult; in compare_binary_operation_two_outputs() local
854 if (mpfrIntResult != libc_result.i) { in compare_binary_operation_two_outputs()
[all …]