Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp1923 IEEEFloat PEx = P; in remainder() local
1924 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1932 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1939 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1941 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1944 cmpResult result = VEx.compare(PEx); in remainder()