Searched defs:fold (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Doptimizer.py6 The jinja optimizer is currently trying to constant fold a few expressions
54 def fold(self, node): member in class:Optimizer
67 visit_Filter = visit_Test = visit_CondExpr = fold
68 del fold
/external/chromium_org/v8/test/mjsunit/harmony/
H A Diteration-semantics.js75 function fold(cons, seed, iter) { function
169 assertEquals(45, fold(sum, 0, integers_until(10)));
171 assertEquals([1, 2, 3], fold(append, [], values(1, 2, 3)));
173 assertEquals(45, fold(sum, 0, take(integers_from(0), 10)));
175 assertEquals(90, fold(sum, 0, take(skip_every(integers_from(0), 2), 10)));
185 fold(append, [],
197 fold(append, [],
201 fold(append, [],
208 assertEquals(0, fold(sum, 0, unreachable(null)));
209 assertEquals(0, fold(su
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dbase.hpp229 fold(F op, T a, It0 it0, It0 end0, Its... its) { function in namespace:clover
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp229 fold(F op, T a, It0 it0, It0 end0, Its... its) { function in namespace:clover
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp469 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const DataLayout *TD, function in class:SimplifyFortifiedLibCalls
/external/chromium_org/third_party/angle/src/compiler/
H A DIntermediate.cpp213 // See if we can fold constants.
219 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
354 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink);
632 // See if all the operands are constant, then fold it otherwise not.
1121 // The fold functions see if an operation on a constant can be done in place,
1127 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoSink) function in class:TIntermConstantUnion
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/re2/re2/
H A Dcompile.cc816 // the fold flag is unnecessary; don't bother.
817 bool fold = foldascii; local
819 fold = false;
821 AddRuneRange(i->lo, i->hi, fold);
/external/icu4c/test/intltest/
H A Dtstnorm.cpp1214 UnicodeString s, fold, d; local
1308 * It currently assumes that one can check for FCD then case-fold
/external/regex-re2/re2/
H A Dcompile.cc815 // the fold flag is unnecessary; don't bother.
816 bool fold = foldascii; local
818 fold = false;
820 AddRuneRange(i->lo, i->hi, fold);
/external/opencv/ml/src/
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/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 ...

Completed in 1248 milliseconds