Searched refs:corrected (Results 1 - 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DSemiVariance.java31 * and <code>df</code> is the length of <code>x</code> (non-bias-corrected) or
32 * one less than this number (bias corrected). The <i>upside semivariance</i>
73 * value of the statisic. True means that bias is corrected.
94 * bias will be corrected and is equivalent to using the argumentless
118 * @param corrected setting for bias correction - true means
119 * bias will be corrected and is equivalent to using the argumentless
125 public SemiVariance(final boolean corrected, final Direction direction) { argument
126 this.biasCorrected = corrected;
266 * @param corrected the BiasCorrection flag
274 final boolean corrected, fina
273 evaluate(final double[] values, final double cutoff, final Direction direction, final boolean corrected, final int start, final int length) argument
[all...]
/external/strace/linux/
H A Dmtd-abi.h187 /* Get statistics about corrected/uncorrected errors */
242 * @corrected: number of corrected bits
248 __u32 corrected; member in struct:mtd_ecc_stats
/external/kernel-headers/original/uapi/mtd/
H A Dmtd-abi.h188 /* Get statistics about corrected/uncorrected errors */
243 * @corrected: number of corrected bits
249 __u32 corrected; member in struct:mtd_ecc_stats
/external/strace/
H A Dmtd.c305 tprintf("{corrected=%#" PRIx32 ", failed=%#" PRIx32,
306 estat.corrected, estat.failed);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1585 TypoCorrection corrected = CorrectTypo( local
1591 if (corrected) {
1593 if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) {
1594 diagnoseTypo(corrected,
1604 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) {
1605 diagnoseTypo(corrected,
1615 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1616 diagnoseTypo(corrected,
1637 // If all of the names were (corrected to) protocols, these were
1642 // Otherwise, all of the names were (corrected t
[all...]

Completed in 158 milliseconds