HomeSort by relevance Sort by last modified time
    Searched full:_countstddev (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathProfileInfo.h 63 inline double getCountStdDev() const { return _countStdDev; }
73 double _countStdDev;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp 115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}

Completed in 559 milliseconds