Searched refs:indexWidth (Results 1 – 2 of 2) sorted by relevance
1510 uint32 indexWidth; member
216 static const u8 indexWidth = 5; in Log10Times100() local292 i = (u8) (x >> (scale - indexWidth)); in Log10Times100()294 d = x & ((((u32) 1) << (scale - indexWidth)) - 1); in Log10Times100()297 ((d * (log2lut[i + 1] - log2lut[i])) >> (scale - indexWidth)); in Log10Times100()