OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:medianof
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/perf/howExpensiveIs/
sieve.cpp
92
double
medianof
(double *times, int n, int type) {
function
105
*q1 =
medianof
(times,n,1);
106
*q2 =
medianof
(times,n,2);
107
*q3 =
medianof
(times,n,3);
Completed in 300 milliseconds