Home | History | Annotate | Download | only in ppc

Lines Matching full:divisor

4311                                    int32_t divisor) {
4316 base::SignedDivisionByConstant(static_cast<uint32_t>(divisor));
4320 if (divisor > 0 && neg) {
4323 if (divisor < 0 && !neg && mag.multiplier > 0) {