Home
last modified time | relevance | path

Searched defs:LeastSq (Results 1 – 2 of 2) sorted by relevance

/external/google-benchmark/src/
Dcomplexity.h42 struct LeastSq { struct
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() argument
45 double coef;
46 double rms;
47 BigO complexity;
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.h42 struct LeastSq { struct
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() argument
45 double coef;
46 double rms;
47 BigO complexity;