Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp382 int rshift = 1; // and with the shift of 1; in step_function_power2_ladder() local
384 prev_power2 >> rshift) { // shift the value right; while the result is non-zero, in step_function_power2_ladder()
386 rshift <<= 1; // double the shift, as twice as many top bits are set; in step_function_power2_ladder()