Searched refs:Zero (Results 151 - 175 of 442) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/
H A Dpush.h50 distance[fst.Start()] : Arc::Weight::Zero();
52 typename Arc::Weight sum = Arc::Weight::Zero();
63 if ((w == Arc::Weight::One()) || (w == Arc::Weight::Zero()))
H A Drmfinalepsilon.h54 if (fst->Final(s) != Weight::Zero()) {
H A Dstatesort.h66 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
H A Dverify.h85 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h76 false : (fa.Final(UnMapState(s)) != Weight::Zero());
193 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
205 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
H A Drmfinalepsilon.h47 if (fst->Final(s) != Weight::Zero()) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h141 if (w != Weight::Zero() && tuple.stack_id == 0)
144 SetFinal(s, Weight::Zero());
409 Times(distance_[s1], fdistance_[s1]) : Weight::Zero();
411 Times(distance_[s2], fdistance_[s2]) : Weight::Zero();
573 return s < distance_.size() ? distance_[s] : Weight::Zero();
579 while (distance_.size() <= s ) distance_.push_back(Weight::Zero());
587 return s < fdistance_.size() ? fdistance_[s] : Weight::Zero();
593 while (fdistance_.size() <= s) fdistance_.push_back(Weight::Zero());
649 Weight fd = Weight::Zero();
717 if ((final == Weight::Zero()) || less
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc565 return Operand::Zero();
569 return Operand::Zero();
865 __ mov(scratch, Operand::Zero(), LeaveCC, NegateCondition(condition));
890 __ cmp(scratch, Operand::Zero());
1154 __ cmp(dividend, Operand::Zero());
1157 __ rsb(dividend, dividend, Operand::Zero());
1159 __ rsb(dividend, dividend, Operand::Zero(), SetCC);
1193 __ cmp(dividend, Operand::Zero());
1213 __ cmp(right_reg, Operand::Zero());
1228 __ mov(result_reg, Operand::Zero());
[all...]
H A Dregexp-macro-assembler-arm.cc185 __ cmp(r0, Operand::Zero());
200 __ cmp(r0, Operand::Zero());
323 __ cmp(r0, Operand::Zero());
455 __ cmp(r0, Operand::Zero());
545 __ cmp(r0, Operand::Zero());
559 __ cmp(r0, Operand::Zero());
607 __ mov(r0, Operand::Zero());
632 __ cmp(r0, Operand::Zero());
660 __ cmp(r1, Operand::Zero());
766 __ cmp(current_input_offset(), Operand::Zero());
[all...]
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp43 mCenters.push_back(Vector3f::Zero());
232 gpu.drawVector(Vector3f::Zero(), length*Vector3f::UnitX(), Color(1,0,0,1));
233 gpu.drawVector(Vector3f::Zero(), length*Vector3f::UnitY(), Color(0,1,0,1));
234 gpu.drawVector(Vector3f::Zero(), length*Vector3f::UnitZ(), Color(0,0,1,1));
521 mCamera.setTarget(Vector3f::Zero());
536 mCamera.setTarget(Vector3f::Zero());
H A Dcamera.h22 inline Frame(const Eigen::Vector3f& pos = Eigen::Vector3f::Zero(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp331 APInt Zero(BitWidth, 0);
332 DestLOI.KnownZero = Zero;
333 DestLOI.KnownOne = Zero;
366 APInt Zero(BitWidth, 0);
367 DestLOI.KnownZero = Zero;
368 DestLOI.KnownOne = Zero;
/external/ceres-solver/internal/ceres/
H A Dpolynomial.cc261 return Eigen::VectorXd::Zero(1);
346 Matrix lhs = Matrix::Zero(num_constraints, num_constraints);
347 Vector rhs = Vector::Zero(num_constraints);
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_packet_maker.cc71 ack.delta_time_largest_observed = QuicTime::Delta::Zero();
136 ack.delta_time_largest_observed = QuicTime::Delta::Zero();
239 QuicFramer framer(SupportedVersions(version_), QuicTime::Zero(), false);
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs230 if (map_handle_ == IntPtr.Zero)
236 if (memory_ == IntPtr.Zero) {
254 /// Zero out the stats file.
256 public void Zero() { method in class:StatsViewer.StatsTable
/external/eigen/test/
H A Dbasicstuff.cpp29 mzero = MatrixType::Zero(rows, cols),
32 vzero = VectorType::Zero(rows);
66 // indeed, if an expression class (here Zero) is meant to be read-only,
70 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows,cols)(r,c), static_cast<Scalar>(1));
/external/chromium_org/media/base/
H A Daudio_bus.h100 void Zero();
/external/chromium_org/net/quic/congestion_control/
H A Dsend_algorithm_simulator.cc38 last_transfer_bandwidth(QuicBandwidth::Zero()),
79 QuicTime::Zero().Add(QuicTime::Delta::Infinite()) :
293 QuicTime::Delta::Zero(),
356 QuicTime queue_ack_time = sent_packets_.empty() ? QuicTime::Zero() :
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.h120 void Zero();
/external/chromium_org/v8/src/
H A Dbignum.h95 void Zero();
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators.js62 var Zero = 0; variable
90 doTest('Zero', '1', -1);
91 doTest('Zero', '0', 0);
92 doTest('1', 'Zero', 1);
/external/eigen/test/eigen2/
H A Deigen2_prec_inverse_4x4.cpp36 MatrixType m = MatrixType::Zero();
H A Deigen2_sparse_vector.cpp24 DenseMatrix refM1 = DenseMatrix::Zero(rows, cols);
H A Deigen2_sum.cpp21 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows, cols).sum(), Scalar(1));
/external/openfst/src/include/fst/script/
H A Dprint-impl.h127 if (final != Weight::Zero() || !output) {

Completed in 500 milliseconds

1234567891011>>