Home | History | Annotate | Download | only in ec

Lines Matching refs:UNIT

168 #	define UNIT "s"
172 # define UNIT "units"
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));