Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp598 MPFRNumber mpfrMatchValue(matchValue); in explain_unary_operation_single_output_error() local
603 ss << '\n' << " Match decimal: " << mpfrMatchValue.str() << '\n'; in explain_unary_operation_single_output_error()
644 MPFRNumber mpfrMatchValue(libc_result.f); in explain_unary_operation_two_outputs_error() local
650 ss << "Libc floating point value: " << mpfrMatchValue.str() << '\n'; in explain_unary_operation_two_outputs_error()
685 MPFRNumber mpfrMatchValue(libc_result.f); in explain_binary_operation_two_outputs_error() local
691 << "Libc floating point result: " << mpfrMatchValue.str() << '\n' in explain_binary_operation_two_outputs_error()
723 MPFRNumber mpfrMatchValue(libc_result); in explain_binary_operation_one_output_error() local
732 ss << "Libc result: " << mpfrMatchValue.str() << '\n' in explain_binary_operation_one_output_error()
765 MPFRNumber mpfrMatchValue(libc_result); in explain_ternary_operation_one_output_error() local
777 ss << "Libc result: " << mpfrMatchValue.str() << '\n' in explain_ternary_operation_one_output_error()