Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dpartitioner.h529 …static const unsigned factor_power = 4; // TODO: get a unified formula based on number of computin… variable
532 static const unsigned factor = 1 << factor_power; // number of slots in affinity array per task
538 my_max_depth = factor_power + 1; in affinity_partition_type()