Home | History | Annotate | Download | only in spreadsortlib

Lines Matching refs:divisor

43   		unsigned divisor = rough_log_2_size(count);

44 //Making sure the divisor is positive
45 if(divisor > LOG_MEAN_BIN_SIZE)
46 divisor -= LOG_MEAN_BIN_SIZE;
48 divisor = 1;
49 unsigned relative_width = (LOG_CONST * log_range)/((divisor > MAX_SPLITS) ? MAX_SPLITS : divisor);
86 //Gets a non-negative right bit shift to operate as a logarithmic divisor