Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.taskq.cpp75 const int DIVFACTOR = 2; variable
173 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in parallel_thread()
174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread()
H A Dtrace.threads2d.cpp73 const int DIVFACTOR = 2; variable
185 int xpatchsize = (stopx - startx) / DIVFACTOR + 1; in generate_work()
186 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in generate_work()