Lines Matching refs:MULT
635 #define MULT 10 in apprentice_magic_strength() macro
636 size_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
645 val += 1 * MULT; in apprentice_magic_strength()
651 val += 2 * MULT; in apprentice_magic_strength()
658 val += 4 * MULT; in apprentice_magic_strength()
663 val += m->vallen * MULT; in apprentice_magic_strength()
668 val += m->vallen * MULT / 2; in apprentice_magic_strength()
673 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
687 val += 4 * MULT; in apprentice_magic_strength()
705 val += 8 * MULT; in apprentice_magic_strength()
726 val += MULT; in apprentice_magic_strength()
731 val -= 2 * MULT; in apprentice_magic_strength()
736 val -= MULT; in apprentice_magic_strength()