Home
last modified time | relevance | path

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

/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp413 struct IntRange { struct
417 IntRange(int low_, int high_) : low(low_), high(high_) {} in IntRange() argument
420 void IntRange::set_from_string(const char *s) { in set_from_string()
455 IntRange NThread(1, 4); // Number of threads to use. in main()