Home | History | Annotate | Download | only in mips

Lines Matching full:divisor

5773                                    int32_t divisor) {
5778 base::SignedDivisionByConstant(static_cast<uint32_t>(divisor));
5782 if (divisor > 0 && neg) {
5785 if (divisor < 0 && !neg && mag.multiplier > 0) {