Searched refs:Avg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.bin/ministat/ |
| H A D | ministat.c | 194 Avg(const struct dataset *ds) in Avg() function 214 const double a = Avg(ds); in Var() 244 ds->n, Min(ds), Max(ds), Median(ds), Avg(ds), Stddev(ds)); in Vitals() 264 d = Avg(ds) - Avg(rs); in Relative() 268 (Avg(ds) * Avg(ds)) / (Avg(rs) * Avg(rs)); in Relative() 275 printf(" %g%% +/- %g%%\n", d * 100 / Avg(rs), re * 100 / Avg(rs)); in Relative() 335 AdjPlot(Avg(ds) - Stddev(ds)); in DimPlot() 336 AdjPlot(Avg(ds) + Stddev(ds)); in DimPlot() 403 av = Avg(ds); in PlotSet()
|
| H A D | README | 21 N Min Max Median Avg Stddev 39 N Min Max Median Avg Stddev
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 4314 int64_t Avg = (First & Last) + ((First ^ Last) >> 1); in GenerateCrossUseConstantOffsets() local 4317 Avg = Avg + ((First ^ Last) & ((uint64_t)Avg >> 63)); in GenerateCrossUseConstantOffsets() 4320 Imms.lower_bound(Avg)}; in GenerateCrossUseConstantOffsets()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 50561 if (SDValue Avg = detectAVGPattern(St->getValue(), St->getMemoryVT(), DAG, in combineStore() local 50563 return DAG.getStore(St->getChain(), dl, Avg, St->getBasePtr(), in combineStore() 51389 if (SDValue Avg = detectAVGPattern(Src, VT, DAG, Subtarget, DL)) in combineTruncate() local 51390 return Avg; in combineTruncate()
|