HomeSort by relevance Sort by last modified time
    Searched refs:bestTime (Results 1 - 19 of 19) 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/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
CountersGraph.js 157 var bestTime;
166 bestTime = counterUI.counter.times[index];
169 if (bestTime !== undefined)
170 this._revealRecordAt(bestTime);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 156 long bestTime;
170 bestTime = time;
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 571 deUint64 bestTime = 0;
600 if (!bestTime || sectionTimes[sectionNdx] < bestTime)
601 bestTime = sectionTimes[sectionNdx];
604 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * bestTime)
    [all...]

Completed in 506 milliseconds