Home | History | Annotate | Download | only in src

Lines Matching full:real_x

1541   float real_x = float(max_x) + dx_1;
1546 dx = (real_x * 6.0f + 1.0f) / 4.0f - float(x_layer);
1551 dx = (real_x * 8.0f + 1.0f) / 6.0f - float(x_layer);
1740 float real_x = float(max_x) + dx_1;
1745 dx = (float)((real_x * 6.0 + 1.0) / 8.0) - float(x_layer);
1750 dx = (float)((real_x * 4.0 - 1.0) / 6.0) - float(x_layer);