Searched refs:pruned (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h51 SymbolTable *pruned = new SymbolTable(syms.Name() + "_pruned"); local
55 pruned->AddSymbol(stiter.Symbol(), stiter.Value());
58 return pruned;
/external/eigen/test/
H A Dsparse_product.cpp92 VERIFY_IS_APPROX(m4=(m2*m3).pruned(0), refMat4=refMat2*refMat3);
93 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3).pruned(0), refMat4=refMat2t.transpose()*refMat3);
94 VERIFY_IS_APPROX(m4=(m2t.transpose()*m3t.transpose()).pruned(0), refMat4=refMat2t.transpose()*refMat3t.transpose());
95 VERIFY_IS_APPROX(m4=(m2*m3t.transpose()).pruned(0), refMat4=refMat2*refMat3t.transpose());
/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h108 SparseSparseProduct pruned(Scalar reference = 0, RealScalar epsilon = NumTraits<RealScalar>::dummy_precision()) const function in class:Eigen::SparseSparseProduct
167 * The automatic pruning of the small values can be achieved by calling the pruned() function
170 * C = (A*B).pruned(); // supress numerical zeros (exact)
171 * C = (A*B).pruned(ref);
172 * C = (A*B).pruned(ref,epsilon);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.h337 bool pruned() const { return pruned_; } function in class:cricket::Connection
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.h469 bool pruned() const { return pruned_; } function in class:cricket::Connection
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.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/iproute2/doc/
H A Dip-cref.tex1097 the rest of routes are pruned.

Completed in 444 milliseconds