Searched refs:compareAbsoluteValue (Results 1 – 7 of 7) sorted by relevance
483 cmpResult compareAbsoluteValue(const IEEEFloat &) const;640 cmpResult compareAbsoluteValue(const DoubleAPFloat &RHS) const;806 cmpResult compareAbsoluteValue(const APFloat &RHS) const { in compareAbsoluteValue() function809 return U.IEEE.compareAbsoluteValue(RHS.U.IEEE); in compareAbsoluteValue()811 return U.Double.compareAbsoluteValue(RHS.U.Double); in compareAbsoluteValue()
456 cmpResult compareAbsoluteValue(const IEEEFloat &) const;621 cmpResult compareAbsoluteValue(const DoubleAPFloat &RHS) const;825 cmpResult compareAbsoluteValue(const APFloat &RHS) const { in compareAbsoluteValue() function829 return U.IEEE.compareAbsoluteValue(RHS.U.IEEE); in compareAbsoluteValue()831 return U.Double.compareAbsoluteValue(RHS.U.Double); in compareAbsoluteValue()
395 cmpResult compareAbsoluteValue(const APFloat &) const;
1187 IEEEFloat::compareAbsoluteValue(const IEEEFloat &rhs) const { in compareAbsoluteValue() function in llvm::detail::IEEEFloat1452 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()1750 compareAbsoluteValue(rhs) != cmpLessThan) { in mod()1752 if (compareAbsoluteValue(V) == cmpLessThan) in mod()1908 result = compareAbsoluteValue(rhs); in compare()3924 auto AComparedToC = a.compareAbsoluteValue(c); in addImpl()4189 DoubleAPFloat::compareAbsoluteValue(const DoubleAPFloat &RHS) const { in compareAbsoluteValue() function in llvm::detail::DoubleAPFloat4190 auto Result = Floats[0].compareAbsoluteValue(RHS.Floats[0]); in compareAbsoluteValue()4193 Result = Floats[1].compareAbsoluteValue(RHS.Floats[1]); in compareAbsoluteValue()
587 cmpResult compareAbsoluteValue(const APFloat &) const;
1089 APFloat::compareAbsoluteValue(const APFloat &rhs) const in compareAbsoluteValue() function in APFloat1362 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()1830 result = compareAbsoluteValue(rhs); in compare()
1194 APFloat::compareAbsoluteValue(const APFloat &rhs) const in compareAbsoluteValue() function in APFloat1468 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()1972 result = compareAbsoluteValue(rhs); in compare()