Lines Matching refs:factor
495 val += m->factor; in apprentice_magic_strength()
498 val -= m->factor; in apprentice_magic_strength()
501 val *= m->factor; in apprentice_magic_strength()
504 val /= m->factor; in apprentice_magic_strength()
1565 unsigned long factor; local
1571 m->factor_op, m->factor);
1588 factor = strtoul(l, &el, 0);
1589 if (factor > 255) {
1590 file_magwarn(ms, "Too large factor `%lu'", factor);
1597 m->factor = (uint8_t)factor;
1598 if (m->factor == 0 && m->factor_op == FILE_FACTOR_OP_DIV) {
1600 m->factor_op, m->factor);
1606 m->factor = 0;