OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_countStdDev
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
63
inline double getCountStdDev() const { return
_countStdDev
; }
73
double
_countStdDev
;
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
114
: _number(number) , _count(count),
_countStdDev
(countStdDev), _ppi(ppi) {}
Completed in 28 milliseconds