Lines Matching refs:divisor
2135 int32_t divisor = c_right->Integer32Value();2136 if (divisor != 0) {2137 int32_t res = dividend % divisor;