Searched refs:rshift (Results 1 – 1 of 1) sorted by relevance
382 int rshift = 1; // and with the shift of 1; in step_function_power2_ladder() local384 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()