Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2032 IEEEFloat PEx = P; in remainder() local
2033 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
2041 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
2048 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2050 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2053 cmpResult result = VEx.compare(PEx); in remainder()