Home | History | Annotate | Download | only in misc

Lines Matching refs:percent

204 	float percent = 0.0;
206 return percent;
208 percent = 100.0;
210 percent=(100.0*(float)current/(float)total);
212 return percent;