Searched refs:shift_count (Results 1 – 1 of 1) sorted by relevance
61 unsigned shift_count = 0; in remquo() local63 for (shift_count = 0; n < my; n <<= 1, ++shift_count) in remquo()66 if (static_cast<int>(shift_count) > exp) in remquo()69 exp -= shift_count; in remquo()