Home
last modified time | relevance | path

Searched refs:bestTime (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/half/
H A DTest_roundTrip.cpp310 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 DTest_vStoreHalf.cpp1099 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 Dfloatundidf.c25 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 Dfloatdisf.c28 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 Dfloatdidf.c28 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 Dfloatundixf.c28 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 Dfloatdixf.c28 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 Dfloatundisf.c28 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 Dashldi3.c30 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 Dnegdi2.c31 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 Dlshrdi3.c30 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 Dashrdi3.c30 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 Dmodsi3.c33 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 Dudivdi3.c33 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 Dmoddi3.c33 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 Dumoddi3.c33 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 Ddivdi3.c33 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 Dmuldi3.c33 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 Dfullbench.c653 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/
Dproxy.go331 bestTime time.Time
352 if bestTime.Before(ft) {
353 bestTime = ft
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A Dbasic_test_conversions.cpp815 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 Des3pBufferDataUploadTests.cpp758 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()