Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()