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.cpp2281 IEEEFloat PEx = P; in remainder() local
2282 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
2290 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
2297 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2299 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2302 cmpResult result = VEx.compare(PEx); in remainder()