Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.cpp633 static int grid_bounds_intersect(grid *g, ray *ry, flt *nr, flt *fr) { in grid_bounds_intersect() argument
706 *nr = tnear; in grid_bounds_intersect()
/oneTBB/test/common/
H A Ddoctest.h6001 explicit Whitespace(int nr)
6002 : nrSpaces(nr) {}