Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp343 const BinaryOutput<T> &libcResult, in explainUnaryOperationTwoOutputsError() argument
350 if (mpfrIntResult != libcResult.i) { in explainUnaryOperationTwoOutputsError()
352 << "Libc integral result: " << libcResult.i << '\n'; in explainUnaryOperationTwoOutputsError()
357 MPFRNumber mpfrMatchValue(libcResult.f); in explainUnaryOperationTwoOutputsError()
365 " Libc floating point bits: ", libcResult.f, OS); in explainUnaryOperationTwoOutputsError()
373 << std::to_string(mpfrResult.ulp(libcResult.f)) << '\n'; in explainUnaryOperationTwoOutputsError()
389 const BinaryOutput<T> &libcResult, in explainBinaryOperationTwoOutputsError() argument
398 MPFRNumber mpfrMatchValue(libcResult.f); in explainBinaryOperationTwoOutputsError()
402 << "Libc integral result: " << libcResult.i << '\n' in explainBinaryOperationTwoOutputsError()
406 "Libc floating point result bits: ", libcResult.f, OS); in explainBinaryOperationTwoOutputsError()
[all …]
DMPFRUtils.h145 bool match(OutputType libcResult) {
146 matchValue = libcResult;