Home | History | Annotate | Download | only in src

Lines Matching refs:vmax

72     float value, vmin, vmax, vl, bsize, vc;
135 vmax = -1000;
156 if( value > vmax )
157 vmax = value;
170 vl = vmax - vmin;
216 hand_right = vmax - (nbins - right - 1) * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr;
360 vmax = -1000;
396 if(value > vmax) vmax = value;
415 if( value > vmax )
416 vmax = value;
447 vl = vmax - vmin;
511 hand_right = vmax - (nbins - right - 1) * bsize;