Lines Matching refs:MULT
821 #define MULT 10U in apprentice_magic_strength() macro
823 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength()
870 val += ts * MULT; in apprentice_magic_strength()
875 val += m->vallen * MULT; in apprentice_magic_strength()
880 val += m->vallen * MULT / 2; in apprentice_magic_strength()
886 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
891 val += v * MAX(MULT / v, 1); in apprentice_magic_strength()
900 val += MULT; in apprentice_magic_strength()
915 val += MULT; in apprentice_magic_strength()
920 val -= 2 * MULT; in apprentice_magic_strength()
925 val -= MULT; in apprentice_magic_strength()