Home | History | Annotate | Download | only in mips64

Lines Matching full:divisor

6490                                    int32_t divisor) {
6495 base::SignedDivisionByConstant(static_cast<uint32_t>(divisor));
6499 if (divisor > 0 && neg) {
6502 if (divisor < 0 && !neg && mag.multiplier > 0) {