Lines Matching full:boundary
189 // boundary we can stop. In this case we simply round down (discarding the
191 // Similarly we test if we can round up (using the upper boundary).
359 // Note: this property holds for v's upper boundary m+ too.
386 // Explanation for v's boundary m+: the computation takes advantage of
429 // boundary is closer than just half a ulp (unit in the last place).
435 // The lower boundary is closer at half the distance of "normal" numbers.
478 // boundary is closer than just one ulp (unit in the last place).
485 // The lower boundary is closer at half the distance of "normal" numbers.
541 // The special case where the lower boundary is twice as close.
570 // - v - m-: the distance to the lower boundary.
571 // - m+ - v: the distance to the upper boundary.
591 // The boundary-deltas are only filled if need_boundary_deltas is set.