Lines Matching defs:xmax
56 float xmin, ymin, xmax, ymax;
59 xmax = ymax = -1000.0;
74 if (x > xmax)
75 xmax = x;
87 xpos + xmin, xpos + xmax,
90 if (xmax - xmin != 1.0 - Step) {
102 if (xmax > 1.0) {
103 printf(" => Points should be X biased by about %f\n", 1.0 - xmax);
239 float xmin, xmax;
245 xmax = -1000.0;
263 if (x > xmax)
264 xmax = x;
273 xpos + xmin, xpos + xmax);
275 if (xmax - xmin != 1.0 - Step) {
283 if (xmax < 0.5 ) {
284 printf(" => Lines should be X biased by about %f\n", 0.5 - xmax);
362 float xmin, ymin, xmax, ymax;
365 xmax = ymax = -1000.0;
384 if (x > xmax)
385 xmax = x;
408 xpos + xmin, xpos + xmax,
411 if (xmax - xmin != 1.0 - Step) {
424 if (xmax > 0.5) {
425 printf(" => Coords should be X biased by about %f\n", -xmax + 0.5);