Searched refs:DIV_LUT_BITS (Results 1 – 1 of 1) sorted by relevance
268 #define DIV_LUT_BITS 8 macro269 #define DIV_LUT_NUM (1 << DIV_LUT_BITS)307 if (*shift > DIV_LUT_BITS) in resolve_divisor_64()308 f = ROUND_POWER_OF_TWO_64(e, *shift - DIV_LUT_BITS); in resolve_divisor_64()310 f = e << (DIV_LUT_BITS - *shift); in resolve_divisor_64()323 if (*shift > DIV_LUT_BITS) in resolve_divisor_32()324 f = ROUND_POWER_OF_TWO(e, *shift - DIV_LUT_BITS); in resolve_divisor_32()326 f = e << (DIV_LUT_BITS - *shift); in resolve_divisor_32()