Home
last modified time | relevance | path

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

/src/usr.bin/ministat/
H A Dministat.c193 Avg(const struct dataset *ds) in Avg() function
213 const double a = Avg(ds); in Var()
243 ds->n, Min(ds), Max(ds), Median(ds), Avg(ds), Stddev(ds)); in Vitals()
263 d = Avg(ds) - Avg(rs); in Relative()
267 (Avg(ds) * Avg(ds)) / (Avg(rs) * Avg(rs)); in Relative()
274 printf(" %g%% +/- %g%%\n", d * 100 / Avg(rs), re * 100 / Avg(rs)); in Relative()
334 AdjPlot(Avg(ds) - Stddev(ds)); in DimPlot()
335 AdjPlot(Avg(ds) + Stddev(ds)); in DimPlot()
402 av = Avg(ds); in PlotSet()
H A DREADME21 N Min Max Median Avg Stddev
39 N Min Max Median Avg Stddev
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4576 int64_t Avg = (FI & LI) + ((FI ^ LI) >> 1); in GenerateCrossUseConstantOffsets() local
4579 Avg = Avg + ((FI ^ LI) & ((uint64_t)Avg >> 63)); in GenerateCrossUseConstantOffsets()
4582 Imms.lower_bound(Immediate::get(Avg, Scalable))}; in GenerateCrossUseConstantOffsets()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9337 SDValue Avg = DAG.getNode(ISD::ADD, dl, ExtVT, LHS, RHS); in expandAVG() local
9339 Avg = DAG.getNode(ISD::ADD, dl, ExtVT, Avg, in expandAVG()
9342 Avg = DAG.getNode(ISD::SRL, dl, ExtVT, Avg, in expandAVG()
9344 return DAG.getNode(ISD::TRUNCATE, dl, VT, Avg); in expandAVG()