Searched refs:bestTime (Results 1 - 16 of 16) sorted by relevance

/barrelfish-master/lib/compiler-rt/test/timing/
H A Dashldi3.c30 double bestTime = __builtin_inf(); local
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dashrdi3.c30 double bestTime = __builtin_inf(); local
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatdidf.c28 double bestTime = __builtin_inf(); local
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatdisf.c28 double bestTime = __builtin_inf(); local
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatdixf.c28 double bestTime = __builtin_inf(); local
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatundidf.c25 double bestTime = __builtin_inf(); local
35 bestTime = __builtin_fmin(thisTime, bestTime);
41 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatundisf.c28 double bestTime = __builtin_inf(); local
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dfloatundixf.c28 double bestTime = __builtin_inf(); local
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dlshrdi3.c30 double bestTime = __builtin_inf(); local
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dnegdi2.c31 double bestTime = __builtin_inf(); local
41 bestTime = __builtin_fmin(thisTime, bestTime);
47 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Ddivdi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dmoddi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dmodsi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dmuldi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dudivdi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
H A Dumoddi3.c33 double bestTime = __builtin_inf(); local
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);

Completed in 77 milliseconds