Home | History | Annotate | Download | only in performance

Lines Matching refs:average

127 	// \note A possible case is that x is standard deviation, and y is average
130 // dealing with non-negative values, in which case an average of 0
175 float average = vectorFloatAverage(v);
179 float d = (float)v[i] - average;
2032 if (ndx > 0 || m_avoidCache) // \note When allowing cache hits, don't account for the first measurement when calculating median or average.
2080 LOG_COMPILE_SPECIALIZE_TIME_STAT ("Average", "Average", vectorFloatAverage);
2106 string singular = isMedian ? "Median" : "Average";
2608 LOG_TIME_STAT ("Average", "Average", vectorFloatAverage);
2632 string singular = isMedian ? "Median" : "Average";