Home | History | Annotate | Download | only in bits

Lines Matching full:__mult

850       int __mult = __len == 2 ? 10 : (__len == 4 ? 1000 : 1);
861 const int __valuec = __value * __mult;
862 if (__valuec > __max || __valuec + __mult < __min)
864 __mult /= 10;