Searched refs:stdev (Results 1 - 3 of 3) sorted by relevance

/external/toybox/toys/lsb/
H A Dmount.c160 struct stat stdev, stdir; local
163 if (!stat(dev, &stdev) && !stat(dir, &stdir)
164 && ((S_ISREG(stdev.st_mode) && S_ISREG(stdir.st_mode))
165 || (S_ISDIR(stdev.st_mode) && S_ISDIR(stdir.st_mode))))
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
179 report << "| %-66s | %7s |\n" % [ "Standard Deviation of k", stdev ]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... AVERAGE public static final int SIZE public static final int STDEV public static final int BEFORE public static final int AFTER ...

Completed in 144 milliseconds