Home | History | Annotate | Download | only in src

Lines Matching defs:too_low

59 //        * unsafe_interval == (too_high - too_low).f() * unit
83 // ]too_low; too_high[ with too_low < w < too_high
109 // too_low - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
112 // Note that the value of buffer could lie anywhere inside the range too_low
166 // The safe interval is [too_low + 2 ulp; too_high - 2 ulp]
167 // Since too_low = too_high - unsafe_interval this is equivalent to
406 DiyFp too_low = DiyFp(low.f() - unit, low.e());
408 // too_low and too_high are guaranteed to lie outside the interval we want the
410 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low);
415 // such that: too_low < buffer * 10^kappa < too_high