Home
last modified time | relevance | path

Searched refs:fixedmult (Results 1 – 4 of 4) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dshowscore.c60 void stewperry_show_summary(int points, float fixedmult);
64 void stewperry_show_summary(int points, float fixedmult) { in stewperry_show_summary() argument
69 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()
H A Dparse_logcfg.c204 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()
H A Dmain.c146 float fixedmult = 0.0; variable
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c97 float fixedmult = 0.0; variable