Searched refs:INV_TABLE_BITS (Results 1 – 2 of 2) sorted by relevance
257 shift = (FRACT_BITS - 2 - INV_TABLE_BITS - preShift); in FDK_divide_MantExp()262 index &= (1 << (INV_TABLE_BITS + 1)) - 1; in FDK_divide_MantExp()313 shift = (DFRACT_BITS - 2 - INV_TABLE_BITS - preShift); in FDK_divide_MantExp()318 index &= (1 << (INV_TABLE_BITS + 1)) - 1; in FDK_divide_MantExp()
212 #define INV_TABLE_BITS 8 macro213 #define INV_TABLE_SIZE (1 << INV_TABLE_BITS)