Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCPUWarmup.cpp42 static inline float floatMedian (const T (&v)[Size]) in floatMedian() function
58 const float median = floatMedian(v); in floatRelativeMedianAbsoluteDeviation()
64 return floatMedian(absoluteDeviations) / median; in floatRelativeMedianAbsoluteDeviation()
104 if (floatMedian(times) >= singleMeasurementThreshold) in warmupCPU()