Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.cpp139 const float tolerance = 1e-5f; in strict_test() local
140 while (test(/*per body invocation call*/[&barrier] { barrier.wait(); }) > tolerance); in strict_test()
H A Dtest_blocked_range.cpp76 std::size_t tolerance = 1; variable
78 bool is_split_correct = diff <= tolerance;