Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.hpp101 static int cellbound(grid *g, gridindex *index, vector *cmin, vector *cmax);
H A Dgrid.cpp176 static int cellbound(grid *g, gridindex *index, vector *cmin, vector *cmax) { in cellbound() function
345 numobj = cellbound(gold, index, &gmin, &gmax); in engrid_cell()