Searched refs:xx (Results 1 – 3 of 3) sorted by relevance
84 int xx, yy; in rt_heightfield() local93 for (xx = 0; xx < (m - 1); xx++) { in rt_heightfield()94 v0.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()95 v0.y = field[(yy)*m + (xx)] + zoff; in rt_heightfield()98 v1.x = wx * (xx + 1) / (m * 1.0) + xoff; in rt_heightfield()99 v1.y = field[(yy)*m + (xx + 1)] + zoff; in rt_heightfield()102 v2.x = wx * (xx + 1) / (m * 1.0) + xoff; in rt_heightfield()108 v0.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()109 v0.y = field[(yy)*m + (xx)] + zoff; in rt_heightfield()112 v1.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()[all …]
159 for (int xx = r.begin(); xx <= r.end(); ++xx) { in epoch_update_range() local160 double xrsq = (xx - min_x) * (xx - min_x); in epoch_update_range()168 if (yy >= 0 && yy < (int)my_map[xx].size()) { in epoch_update_range()172 add_fraction_of_difference(my_map[xx][yy], s, theta * learning_rate); in epoch_update_range()
43 value_t(size_t xx) : x(xx) { ++g_values_counter; } in value_t() argument