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

  /external/compiler-rt/test/builtins/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);
modsi3.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);
  /external/lz4/tests/
fullbench.c 400 double bestTime = 100000000.;
476 if (averageTime < bestTime) bestTime = averageTime;
479 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000);
483 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000);
485 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 100000);
513 double bestTime = 100000000.;
569 if (averageTime < bestTime) bestTime = averageTime;
571 PROGRESS("%1i- %-29.29s :%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 552 deUint64 bestTime = 0;
581 if (!bestTime || sectionTimes[sectionNdx] < bestTime)
582 bestTime = sectionTimes[sectionNdx];
585 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * (float)bestTime)
    [all...]

Completed in 233 milliseconds