Home
last modified time | relevance | path

Searched refs:nobounding (Results 1 – 4 of 4) sorted by relevance

/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dmain.cpp279 bool nobounding = false; in ParseCommandLine() local
291 .arg(nobounding, "no-bounding", "disable bounding technique") in ParseCommandLine()
297 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dmain.cpp287 bool nobounding = false; in ParseCommandLine() local
297 .arg(nobounding,"no-bounding","disable bounding technique") in ParseCommandLine()
304 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dmain.cpp287 bool nobounding = false; in ParseCommandLine() local
297 .arg(nobounding,"no-bounding","disable bounding technique") in ParseCommandLine()
304 opt.boundmode = nobounding ? RT_BOUNDING_DISABLED : RT_BOUNDING_ENABLED; in ParseCommandLine()
/dports/graphics/tachyon/tachyon/docs/
H A Drunning.tex17 \item{{\tt -nobounding}}: disable automatic generation of hierarchical