Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/
H A DScopDetection.h650 ScopDetection &getSD() const { return *Result; } in getSD() function
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h430 double getSD() const { return sqrt(m2 / sampleCount); } in getSD() function