Lines Matching refs:MULT
719 #define MULT 10 in apprentice_magic_strength() macro
720 size_t v, val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
729 val += 1 * MULT; in apprentice_magic_strength()
735 val += 2 * MULT; in apprentice_magic_strength()
742 val += 4 * MULT; in apprentice_magic_strength()
747 val += m->vallen * MULT; in apprentice_magic_strength()
752 val += m->vallen * MULT / 2; in apprentice_magic_strength()
756 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
761 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
775 val += 4 * MULT; in apprentice_magic_strength()
793 val += 8 * MULT; in apprentice_magic_strength()
813 val += MULT; in apprentice_magic_strength()
818 val -= 2 * MULT; in apprentice_magic_strength()
823 val -= MULT; in apprentice_magic_strength()