Home
last modified time | relevance | path

Searched refs:dLoopCount (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java267 double dLoopCount = opt_loopCount * 3000 / ((Math.log(tests.length) / Math.log(10)* tests.length)); in doQSort()
270 dLoopCount *= 5; in doQSort()
273 int adj_loopCount = (int)dLoopCount; in doQSort()
322 double dLoopCount = opt_loopCount * 3000 / (Math.log(tests.length) / Math.log(10)* tests.length); in doBinarySearch()
327 dLoopCount *= 5; in doBinarySearch()
329 int adj_loopCount = (int)dLoopCount; in doBinarySearch()
498 double dLoopCount = opt_loopCount * (1000.0 / (double)list.size()); in doKeyGen()
499 int adj_loopCount = (int)dLoopCount; in doKeyGen()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp380 double dLoopCount = double(opt_loopCount) * (1000. / double(gNumFileLines)); in doKeyGen() local
381 int adj_loopCount = int(dLoopCount); in doKeyGen()
479 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines)); in doBinarySearch() local
480 if (opt_usekeys) dLoopCount *= 5; in doBinarySearch()
481 int adj_loopCount = int(dLoopCount); in doBinarySearch()
705 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines)); in doQSort() local
706 if (opt_usekeys) dLoopCount *= 5; in doQSort()
707 int adj_loopCount = int(dLoopCount); in doQSort()

Completed in 5 milliseconds