Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp313 MPFRNumber mpfrResult = unaryOperation(op, input); in explainUnaryOperationSingleOutputError() local
317 FPBits<T> mpfrResultBits(mpfrResult.as<T>()); in explainUnaryOperationSingleOutputError()
324 OS << '\n' << " MPFR result: " << mpfrResult.str() << '\n'; in explainUnaryOperationSingleOutputError()
326 " MPFR rounded: ", mpfrResult.as<T>(), OS); in explainUnaryOperationSingleOutputError()
328 OS << " ULP error: " << std::to_string(mpfrResult.ulp(matchValue)) in explainUnaryOperationSingleOutputError()
348 MPFRNumber mpfrResult = unaryOperationTwoOutputs(op, input, mpfrIntResult); in explainUnaryOperationTwoOutputsError() local
368 OS << " MPFR result: " << mpfrResult.str() << '\n'; in explainUnaryOperationTwoOutputsError()
370 " MPFR rounded: ", mpfrResult.as<T>(), OS); in explainUnaryOperationTwoOutputsError()
373 << std::to_string(mpfrResult.ulp(libcResult.f)) << '\n'; in explainUnaryOperationTwoOutputsError()
396 MPFRNumber mpfrResult = in explainBinaryOperationTwoOutputsError() local
[all …]