/aosp_15_r20/external/OpenCL-CTS/test_conformance/half/ |
H A D | Test_roundTrip.cpp | 310 uint64_t bestTime = -1ULL; in test_roundTrip() local 329 if( currentTime < bestTime ) in test_roundTrip() 330 bestTime = currentTime; in test_roundTrip() 333 if( bestTime < min_time[ vectorSize ] ) in test_roundTrip() 334 min_time[ vectorSize ] = bestTime; in test_roundTrip() 338 bestTime = -1ULL; in test_roundTrip() 356 if( currentTime < bestTime ) in test_roundTrip() 357 bestTime = currentTime; in test_roundTrip() 360 if( bestTime < min_double_time[ vectorSize ] ) in test_roundTrip() 361 min_double_time[ vectorSize ] = bestTime; in test_roundTrip()
|
H A D | Test_vStoreHalf.cpp | 1099 uint64_t bestTime = -1ULL; in Test_vStoreHalf_private() local 1121 if (currentTime < bestTime) bestTime = currentTime; in Test_vStoreHalf_private() 1124 if (bestTime < min_time[vectorSize]) in Test_vStoreHalf_private() 1125 min_time[vectorSize] = bestTime; in Test_vStoreHalf_private() 1129 bestTime = -1ULL; in Test_vStoreHalf_private() 1150 if (currentTime < bestTime) bestTime = currentTime; in Test_vStoreHalf_private() 1153 if (bestTime < min_double_time[vectorSize]) in Test_vStoreHalf_private() 1154 min_double_time[vectorSize] = bestTime; in Test_vStoreHalf_private() 1944 uint64_t bestTime = -1ULL; in Test_vStoreaHalf_private() local 1964 if (currentTime < bestTime) bestTime = currentTime; in Test_vStoreaHalf_private() [all …]
|
/aosp_15_r20/external/compiler-rt/test/builtins/timing/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/lz4/tests/ |
H A D | fullbench.c | 653 double bestTime = 100000000.; in fullSpeedBench() local 725 if (averageTime < bestTime) bestTime = averageTime; in fullSpeedBench() 728 …Nb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 732 …Nb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 734 …gNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 100000); in fullSpeedBench() 770 double bestTime = 100000000.; in fullSpeedBench() local 823 if (averageTime < bestTime) bestTime = averageTime; in fullSpeedBench() 825 …:%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000); in fullSpeedBench() 835 …:%10i -> %7.1f MB/s\n", dAlgNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000); in fullSpeedBench()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/ |
D | proxy.go | 331 bestTime time.Time 352 if bestTime.Before(ft) { 353 bestTime = ft
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 815 double bestTime = INFINITY; in DoTest() local 838 if (time < bestTime) bestTime = time; in DoTest() 841 if (gReportAverageTimes) bestTime = sum / PERF_LOOP_COUNT; in DoTest() 842 double clocksPerOp = bestTime * (double)gDeviceFrequency in DoTest()
|
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pBufferDataUploadTests.cpp | 758 uint64_t bestTime = 0; in medianTimeMemcpy() local 788 if (!bestTime || sectionTimes[sectionNdx] < bestTime) in medianTimeMemcpy() 789 bestTime = sectionTimes[sectionNdx]; in medianTimeMemcpy() 792 … if (sectionNdx != numSections - 1 && (float)sectionTimes[sectionNdx] > 1.5f * (float)bestTime) in medianTimeMemcpy()
|