Searched refs:Dhrystones_Per_Second (Results 1 – 3 of 3) sorted by relevance
92 Dhrystones_Per_Second; variable317 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;321 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)327 printf ("%6.1f \n", Dhrystones_Per_Second);
311 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in dhry()315 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs) in dhry()321 printf ("%6.1f \n", Dhrystones_Per_Second); in dhry()
1098 - Dhrystones_Per_Second;1297 - Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;1301 - Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)1307 - printf ("%6.1f \n", Dhrystones_Per_Second);