Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmark.h157 const Duration NewEstimation = RRE.update(M); in computeImprovement() local
158 const double Ratio = fabs(((CurrentEstimation / NewEstimation) - 1.0)); in computeImprovement()
159 CurrentEstimation = NewEstimation; in computeImprovement()