Searched refs:fixedmult (Results 1 – 4 of 4) sorted by relevance
60 void stewperry_show_summary(int points, float fixedmult);64 void stewperry_show_summary(int points, float fixedmult) { in stewperry_show_summary() argument69 mult = (fixedmult == 0.0) ? 1.0 : fixedmult; in stewperry_show_summary()132 extern float fixedmult; in get_nr_of_mults()172 int mult = (int)floor(fixedmult + 0.5); /* round to nearest integer */ in get_nr_of_mults()253 extern float fixedmult; in showscore()357 stewperry_show_summary(get_nr_of_points(), fixedmult); in showscore()
204 extern float fixedmult; in parse_logcfg()1486 if (fixedmult == 0.0 && atof(fields[1]) > 0.0) { in parse_logcfg()1487 fixedmult = atof(fields[1]); in parse_logcfg()
146 float fixedmult = 0.0; variable
97 float fixedmult = 0.0; variable