Home | History | Annotate | Download | only in ia32

Lines Matching refs:divisor

812     int32_t divisor =
815 if (divisor < 0) divisor = -divisor;
821 __ and_(dividend, divisor - 1);
830 __ and_(dividend, divisor - 1);
855 // The sign of the divisor doesn't matter.
860 // divisor, the dividend is the result.
864 // Check if the divisor is a PowerOfTwo integer.
878 // Reduce the dividend by the divisor.
880 // Check if the dividend is less than the divisor.