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.cpp2161 IEEEFloat PEx = P; in remainder() local
2162 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
2170 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
2177 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2179 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
2182 cmpResult result = VEx.compare(PEx); in remainder()