Lines Matching refs:MULT
938 #define MULT 10U in apprentice_magic_strength_1() macro
940 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength_1()
1002 val += ts * MULT; in apprentice_magic_strength_1()
1008 val += m->vallen * MULT; in apprentice_magic_strength_1()
1013 val += m->vallen * MULT / 2; in apprentice_magic_strength_1()
1019 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength_1()
1024 val += v * MAX(MULT / v, 1); in apprentice_magic_strength_1()
1034 val += MULT; in apprentice_magic_strength_1()
1049 val += MULT; in apprentice_magic_strength_1()
1054 val -= 2 * MULT; in apprentice_magic_strength_1()
1059 val -= MULT; in apprentice_magic_strength_1()