Searched refs:add_amount (Results 1 – 3 of 3) sorted by relevance
176 const int add_amount = big ? (127 + (120<<7)) : 7; in ClassIndex() local178 return (s + add_amount) >> shift_amount; in ClassIndex()
193 const int add_amount = big ? (127 + (120<<7)) : 7; in ClassIndex() local195 return (s + add_amount) >> shift_amount; in ClassIndex()
560 static const int add_amount[2] = { 7, 127 + (120 << 7) }; variable566 return static_cast<int>((s + add_amount[i]) >> shift_amount[i]); in ClassIndex()