Home
last modified time | relevance | path

Searched refs:Dhrystones_Per_Second (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddhry_1.c92 Dhrystones_Per_Second; variable
317 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);
/OK3568_Linux_fs/u-boot/lib/dhry/
H A Ddhry_1.c311 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()
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1098 - 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);