Searched refs:fold (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/config/
H A DMakefile.am44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
/external/opencv/ml/src/
H A Dmlestimate.cpp98 // it is 1 if all was correct, and it is 2 if current fold wasn't' checked.
108 int k, fold;
115 fold = ++crVal->current_fold;
117 if (fold >= crVal->folds_all)
119 if (fold == crVal->folds_all)
127 k = crVal->folds[fold + 1] - crVal->folds[fold];
128 crVal->sampleIdxTrain->data.i = crVal->sampleIdxAll + crVal->folds[fold + 1];
130 crVal->sampleIdxEval->data.i = crVal->sampleIdxAll + crVal->folds[fold];
277 // Fixing that this fold alread
[all...]
H A Dmltree.cpp102 "or n>0 (tree is pruned using n-fold cross-validation)" );
2264 // * j-th cross-validation fold value and risk are calculated as above,
2266 // * j-th cross-validation fold error is calculated as the weighted number of
2365 // * j-th cross-validation fold value and risk are calculated as above,
2367 // * j-th cross-validation fold error is calculated
2643 // 1. build tree sequence for each cv fold, calculate error_{Tj,beta_k}.
2737 double CvDTree::update_tree_rnc( int T, int fold )
2747 int t = fold >= 0 ? node->cv_Tn[fold] : node->Tn;
2753 if( fold >
2788 cut_tree( int T, int fold, double min_alpha ) argument
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h108 bool fold(CallInst *CI, const TargetData *TD);
/external/regex-re2/re2/
H A Dcompile.cc814 // the fold flag is unnecessary; don't bother.
815 bool fold = foldascii; local
817 fold = false;
819 AddRuneRange(i->lo, i->hi, fold);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermediate.cpp212 // See if we can fold constants.
218 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
359 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
645 // See if all the operands are constant, then fold it otherwise not.
1077 // The fold functions see if an operation on a constant can be done in place,
1083 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion
H A Dintermediate.h352 TIntermTyped* fold(TOperator, TIntermTyped*, TInfoSink&);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1179 #define fold(x) (__builtin_constant_p(x) ? (x) : (x))
1182 constexpr int m = fold((int)(char*)123); // ok
1185 #undef fold
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp361 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD) { function in class:SimplifyFortifiedLibCalls
/external/llvm/include/llvm/Target/
H A DTargetLowering.h730 /// getShouldFoldAtomicFences - return whether the combiner should fold
1168 void setShouldFoldAtomicFences(bool fold) {
1169 ShouldFoldAtomicFences = fold;
/external/opencv/ml/include/
H A Dml.h883 virtual double update_tree_rnc( int T, int fold );
884 virtual int cut_tree( int T, int fold, double min_alpha );
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp603 return Simplifier.fold(CI, TD);
982 /// SelectionDAG to fold the extend into the load.
1013 // can fold it.
1110 // already been constant folded. The only reason NOT to constant fold
/external/icu4c/test/intltest/
H A Dtstnorm.cpp1182 UnicodeString s, fold, d; local
1276 * It currently assumes that one can check for FCD then case-fold
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp809 // Try to fold some different type of calls here.
817 Simplifier.fold(CI, TD);
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp1933 // FIXME: We'd like to tailor the searcher to fold quote marks for us instead
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex4199 % overlong headings to fold.

Completed in 244 milliseconds