HomeSort by relevance Sort by last modified time
    Searched refs:bestTime (Results 1 - 16 of 16) sorted by null

  /frameworks/compile/libbcc/runtime/test/timing/
ashldi3.c 30 double bestTime = __builtin_inf();
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
ashrdi3.c 30 double bestTime = __builtin_inf();
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatdidf.c 28 double bestTime = __builtin_inf();
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatdisf.c 28 double bestTime = __builtin_inf();
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatdixf.c 28 double bestTime = __builtin_inf();
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatundidf.c 25 double bestTime = __builtin_inf();
35 bestTime = __builtin_fmin(thisTime, bestTime);
41 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatundisf.c 28 double bestTime = __builtin_inf();
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
floatundixf.c 28 double bestTime = __builtin_inf();
38 bestTime = __builtin_fmin(thisTime, bestTime);
44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
lshrdi3.c 30 double bestTime = __builtin_inf();
40 bestTime = __builtin_fmin(thisTime, bestTime);
46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
negdi2.c 31 double bestTime = __builtin_inf();
41 bestTime = __builtin_fmin(thisTime, bestTime);
47 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
divdi3.c 33 double bestTime = __builtin_inf();
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
moddi3.c 33 double bestTime = __builtin_inf();
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
muldi3.c 33 double bestTime = __builtin_inf();
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
udivdi3.c 33 double bestTime = __builtin_inf();
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
umoddi3.c 33 double bestTime = __builtin_inf();
43 bestTime = __builtin_fmin(thisTime, bestTime);
49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 282 static int intersectGeometry(Ray* ray, float *bestTime);
    [all...]

Completed in 66 milliseconds