Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp392 MPFRNumber mpfrY(input.y); in explainBinaryOperationTwoOutputsError() local
400 OS << "Input decimal: x: " << mpfrX.str() << " y: " << mpfrY.str() << '\n' in explainBinaryOperationTwoOutputsError()
428 MPFRNumber mpfrY(input.y); in explainBinaryOperationOneOutputError() local
434 OS << "Input decimal: x: " << mpfrX.str() << " y: " << mpfrY.str() << '\n'; in explainBinaryOperationOneOutputError()