Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dcomplexity.cc85 LeastSq MinimalLeastSq(const std::vector<ComplexityN>& n, in MinimalLeastSq()
127 LeastSq MinimalLeastSq(const std::vector<ComplexityN>& n, in MinimalLeastSq()
167 std::vector<ComplexityN> n; in ComputeBigO()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h678 typedef int64_t ComplexityN; typedef
686 typedef double(BigOFunc)(ComplexityN);
883 void SetComplexityN(ComplexityN complexity_n) { in SetComplexityN()
888 ComplexityN complexity_length_n() const { return complexity_n_; } in complexity_length_n()
977 ComplexityN complexity_n_;
1845 ComplexityN complexity_n;