HomeSort by: relevance | last modified time | path
    Searched defs:rms (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
complexity.h 28 // Return a vector containing the bigO and RMS information for the specified
36 // - rms : Normalized Root Mean Squared Error.
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
46 double rms; member in struct:benchmark::LeastSq
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
complexity.h 28 // Return a vector containing the bigO and RMS information for the specified
36 // - rms : Normalized Root Mean Squared Error.
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
46 double rms; member in struct:benchmark::LeastSq

Completed in 28 milliseconds