/external/compiler-rt/test/builtins/timing/ |
D | floatundidf.c | 25 double bestTime = __builtin_inf(); in main() local 35 bestTime = __builtin_fmin(thisTime, bestTime); in main() 41 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | floatundixf.c | 28 double bestTime = __builtin_inf(); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main() 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | floatdidf.c | 28 double bestTime = __builtin_inf(); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main() 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | floatdisf.c | 28 double bestTime = __builtin_inf(); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main() 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | floatdixf.c | 28 double bestTime = __builtin_inf(); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main() 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | floatundisf.c | 28 double bestTime = __builtin_inf(); in main() local 38 bestTime = __builtin_fmin(thisTime, bestTime); in main() 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | ashrdi3.c | 30 double bestTime = __builtin_inf(); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main() 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | negdi2.c | 31 double bestTime = __builtin_inf(); in main() local 41 bestTime = __builtin_fmin(thisTime, bestTime); in main() 47 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | lshrdi3.c | 30 double bestTime = __builtin_inf(); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main() 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | ashldi3.c | 30 double bestTime = __builtin_inf(); in main() local 40 bestTime = __builtin_fmin(thisTime, bestTime); in main() 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | modsi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | divdi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | moddi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | udivdi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | muldi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
D | umoddi3.c | 33 double bestTime = __builtin_inf(); in main() local 43 bestTime = __builtin_fmin(thisTime, bestTime); in main() 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE); in main()
|
/external/lz4/tests/ |
D | fullbench.c | 400 double bestTime = 100000000.; in fullSpeedBench() local 476 if (averageTime < bestTime) bestTime = averageTime; in fullSpeedBench() 479 …Nb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 483 …Nb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 485 …gNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 100000); in fullSpeedBench() 513 double bestTime = 100000000.; in fullSpeedBench() local 569 if (averageTime < bestTime) bestTime = averageTime; in fullSpeedBench() 571 …:%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 578 …:%10i -> %7.1f MB/s\n", dAlgNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000); in fullSpeedBench()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 552 deUint64 bestTime = 0; in medianTimeMemcpy() local 581 if (!bestTime || sectionTimes[sectionNdx] < bestTime) in medianTimeMemcpy() 582 bestTime = sectionTimes[sectionNdx]; in medianTimeMemcpy() 585 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * (float)bestTime) in medianTimeMemcpy()
|