Home
last modified time | relevance | path

Searched defs:stdev (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c185 struct stat stdev, stdir; in mount_filesystem() local
/third_party/toybox/toys/lsb/
Dmount.c198 struct stat stdev, stdir; in mount_filesystem() local
/third_party/python/Lib/
Dstatistics.py907 def stdev(data, xbar=None): function
1304 def stdev(self): member in NormalDist
/third_party/ltp/testcases/misc/math/fptests/
Dfptest01.c338 static double stdev; variable
Dfptest02.c319 static double stdev; variable
/third_party/grpc/test/core/util/
Dtdigest_test.cc283 std::vector<double> NormalSamples(int count, double mean, double stdev) { in NormalSamples()
/third_party/grpc/src/core/load_balancing/outlier_detection/
Doutlier_detection.cc924 double stdev = std::sqrt(variance); in OnTimerLocked() local