Home | History | Annotate | Download | only in progs

Lines Matching full:rank

401 	local float     rank, rankmin, rankmax;

421 // the users rank must be between those two values
423 s = masterinfo (e, "rank");
424 rank = stof (s);
430 if (rank < rankmin)
437 if (rankmax < rank)