Searched refs:pos2grid (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | grid.hpp | 109 static int pos2grid(grid *g, vector *pos, gridindex *index);
|
| H A D | grid.cpp | 416 if (!pos2grid(g, &omin, &low) || !pos2grid(g, &omax, &high)) { in engrid_object() 446 static int pos2grid(grid *g, vector *pos, gridindex *index) { in pos2grid() function 487 pos2grid(g, &curpos, &curvox); in grid_intersect()
|