Lines Matching defs:boundary
722 /* The number of ulps from the boundary (zero, or half if ISNEAREST)
729 APFloatBase::integerPart part, boundary;
740 boundary = (APFloatBase::integerPart) 1 << (partBits - 1);
742 boundary = 0;
745 if (part - boundary <= boundary - part)
746 return part - boundary;
748 return boundary - part;
751 if (part == boundary) {
757 } else if (part == boundary - 1) {
4657 // We only cross a binade boundary that requires adjusting the exponent
4691 // We only cross a binade boundary that requires adjusting the exponent if