Lines Matching defs:Smallest
233 // * nextUp(+Largest Denormal) -> +Smallest Normal.
234 // * nextDown(-Largest Denormal) -> -Smallest Normal.
235 // * nextUp(-Smallest Normal) -> -Largest Denormal.
236 // * nextDown(+Smallest Normal) -> +Largest Denormal.
238 // nextUp(+Largest Denormal) -> +Smallest Normal.
246 // nextDown(-Largest Denormal) -> -Smallest Normal.
255 // nextUp(-Smallest Normal) -> -LargestDenormal.
264 // nextDown(+Smallest Normal) -> +Largest Denormal.
312 // * nextUp(+Smallest Normal) -> +Smallest Normal + inc.
313 // * nextDown(-Smallest Normal) -> -Smallest Normal - inc.
333 // nextUp(+Smallest Normal) -> +Smallest Normal + inc.
342 // nextDown(-Smallest Normal) -> -Smallest Normal - inc.
1976 // Smallest value
4056 APFloat Smallest = APFloat::getSmallest(APFloat::IEEEdouble(), false);
4113 Frac = frexp(Smallest, Exp, RM);