Lines Matching defs:Step
31 static float Step = 1.0 / 16.0;
61 for (y = -1.0; y <= 1.0; y += Step) {
62 for (x = -1.0; x <= 1.0; x += Step) {
90 if (xmax - xmin != 1.0 - Step) {
93 if (ymax - ymin != 1.0 - Step) {
129 for (y = -1.0; y <= 1.0; y += Step) {
153 if (ymax - ymin != 1.0 - Step) {
168 for (x = -1.0; x <= 1.0; x += Step) {
205 if (xmax_left - xmin_left > 1.0 - Step) {
208 if (xmax_right - xmin_right > 1.0 - Step) {
250 for (x = -1.0; x <= 1.0; x += Step) {
275 if (xmax - xmin != 1.0 - Step) {
290 for (y = -1.0; y <= 1.0; y += Step) {
327 if (ymax_bottom - ymin_bottom > 1.0 - Step) {
330 if (ymax_top - ymin_top > 1.0 - Step) {
367 for (y = -1.0; y <= 1.0; y += Step) {
368 for (x = -1.0; x <= 1.0; x += Step) {
411 if (xmax - xmin != 1.0 - Step) {
414 if (ymax - ymin != 1.0 - Step) {
467 printf("Probe step size: %f\n", Step);