Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_single_task.h26 extern int cutoff;
53 if (n == cutoff && num_recycles > 0) { in execute()
67 if (n < cutoff) { in compute_impl()
H A Dfibonacci_two_tasks.h27 extern int cutoff;
50 if (n < cutoff) { in execute()
H A Dfibonacci.cpp24 int cutoff; variable
50 cutoff = argc > 2 ? strtol(argv[2], nullptr, 0) : 16; in main()
H A DREADME.md21 * `C` - cutoff that will be used to stop recursive split.
H A DCMakeLists.txt34 # `C` - cutoff that will be used to stop recursive split.