Searched refs:Zero (Results 126 - 150 of 442) sorted by relevance

1234567891011>>

/external/eigen/test/eigen2/
H A Deigen2_adjoint.cpp32 mzero = MatrixType::Zero(rows, cols),
38 vzero = VectorType::Zero(rows);
/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h48 knots.segment(0,degree+1) = KnotVectorType::Zero(degree+1);
127 MatrixType A = MatrixType::Zero(n,n);
/external/llvm/unittests/Support/
H A DMemoryBufferTest.cpp104 OwningBuffer Zero(MemoryBuffer::getNewUninitMemBuffer(0));
105 EXPECT_TRUE(nullptr != Zero.get());
/external/openfst/src/include/fst/
H A Dstate-reachable.h71 if (fst_.Final(s) != Weight::Zero()) {
113 if (index_ >= 0 && fst_.Final(s) != Weight::Zero()) {
H A Dreverse.h68 if (final != Weight::Zero()) {
H A Dequivalent.h86 false : (fa.Final(UnMapState(s)) != Weight::Zero());
229 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
241 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconcat.h71 if (final != Weight::Zero()) {
72 fst1->SetFinal(s1, Weight::Zero());
H A Drandgen.h51 if (fst.Final(s) != Weight::Zero())
136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible
H A Dreverse.h59 if (final != Weight::Zero()) {
H A Dstatesort.h57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs57 if (_gzFile == IntPtr.Zero)
70 if (_gzFile == IntPtr.Zero)
/external/chromium_org/net/quic/
H A Dquic_ack_notifier_test.cc19 QuicAckNotifierTest() : zero_(QuicTime::Delta::Zero()) {}
H A Dquic_bandwidth.cc16 QuicBandwidth QuicBandwidth::Zero() { function in class:net::QuicBandwidth
H A Dquic_received_packet_manager.cc138 time_largest_observed_(QuicTime::Zero()),
226 if (time_largest_observed_ == QuicTime::Zero()) {
234 ack_frame->delta_time_largest_observed = QuicTime::Delta::Zero();
H A Dquic_time.cc19 QuicTime::Delta QuicTime::Delta::Zero() { function in class:net::QuicTime::Delta
88 QuicTime QuicTime::Zero() { function in class:net::QuicTime
132 QuicWallTime QuicWallTime::Zero() { function in class:net::QuicWallTime
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DChromeDebugPackage.cs86 IntPtr parentHwnd = IntPtr.Zero;
H A DUtility.cs28 if (ptrToSplitArgs == IntPtr.Zero)
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp181 return CharUnits::Zero();
187 return CharUnits::Zero();
232 cookieSize = CharUnits::Zero();
285 CharUnits ThisAdjustment = CharUnits::Zero();
/external/eigen/unsupported/test/
H A Dsvd_common.h42 MatrixType sigma = MatrixType::Zero(rows, cols);
159 MatrixType a = MatrixType::Zero(rows, cols);
209 MatrixType m = MatrixType::Zero(10,10);
213 m = MatrixType::Zero(10,10);
H A Dmatrix_function.cpp31 MatrixType diag = MatrixType::Zero(size, size);
56 MatrixType diag = MatrixType::Zero(size, size);
86 MatrixType diag = MatrixType::Zero(size, size);
/external/openfst/src/bin/
H A Dfstmap.cc61 s::WeightClass::One() : s::WeightClass::Zero());
H A Dfstrmepsilon.cc58 WeightClass::Zero() :
H A Dfstshortestpath.cc58 WeightClass::Zero() :
/external/eigen/test/
H A Dinteger_types.cpp32 mzero = MatrixType::Zero(rows, cols);
69 mzero = MatrixType::Zero(rows, cols);
76 vzero = VectorType::Zero(rows);
H A Dsparse_basic.cpp32 DenseMatrix refMat = DenseMatrix::Zero(rows, cols);
168 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
209 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
242 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows);
243 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows);
244 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows);
245 DenseMatrix refM4 = DenseMatrix::Zero(rows, rows);
288 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
301 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
436 DenseMatrix refMat2 = DenseMatrix::Zero(row
[all...]

Completed in 6289 milliseconds

1234567891011>>