Searched refs:NegSmallest (Results 1 – 2 of 2) sorted by relevance
136 APFloat NegSmallest = Smallest; in convertFCmp() local137 NegSmallest.changeSign(); in convertFCmp()152 } else if (Const->isExactlyValue(NegSmallest)) { in convertFCmp()
3478 APFloat NegSmallest = APFloat::getSmallest(APFloat::IEEEdouble(), true); in TEST() local3538 Frac = frexp(NegSmallest, Exp, RM); in TEST()