Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2192 IEEEFloat PEx = P; in remainder() local
2193 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
2201 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
2208 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2210 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2213 cmpResult result = VEx.compare(PEx); in remainder()