Home
last modified time | relevance | path

Searched refs:pos2grid (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.hpp109 static int pos2grid(grid *g, vector *pos, gridindex *index);
H A Dgrid.cpp416 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()