Searched defs:bestTime (Results 1 - 18 of 18) sorted by relevance

/external/compiler-rt/test/builtins/timing/
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 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 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 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 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 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 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 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);
/external/lz4/programs/
H A Dfullbench.c508 double bestTime = 100000000.; local
582 if (averageTime < bestTime) bestTime = averageTime;
585 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
589 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
591 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
593 totalCTime[cAlgNb] += bestTime;
626 double bestTime = 100000000.; local
676 if (averageTime < bestTime) bestTime
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp552 deUint64 bestTime = 0; local
581 if (!bestTime || sectionTimes[sectionNdx] < bestTime)
582 bestTime = sectionTimes[sectionNdx];
585 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * bestTime)

Completed in 343 milliseconds