Home | History | Annotate | Download | only in libtests

Lines Matching full:is_hi

8324          double is_lo, is_hi;
8381 is_hi = floor(outmax * tmp + vi->maxout_total);
8383 if (is_hi > outmax)
8384 is_hi = outmax;
8386 if (!(od < is_lo || od > is_hi))
8428 is_hi = floor(outmax * tmp + vi->maxout_total);
8429 if (is_hi > outmax) is_hi = outmax;
8433 is_hi = outmax;
8435 if (!(od < is_lo || od > is_hi))
8447 is_lo = es_lo, is_hi = es_hi;
8616 pos = safecatd(msg, sizeof msg, pos, is_hi, 1);