Searched refs:Zero (Results 226 - 250 of 442) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/
H A Dclosure.h58 if (final != Weight::Zero())
H A Dcomplement.h94 if (s == 0 || fst_->Final(s - 1) == Weight::Zero())
97 return Weight::Zero();
H A Ddeterminize.h81 } else if (w1 == Weight::Zero()) {
83 } else if (w2 == Weight::Zero()) {
537 Weight final = Weight::Zero();
560 Weight outd = Weight::Zero();
565 (*in_dist_)[element.state_id] : Weight::Zero();
627 arc.weight = Weight::Zero();
954 explicit DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(),
992 if (opts.weight_threshold != Weight::Zero() ||
H A Drandgen.h57 if (fst.Final(s) != Weight::Zero())
192 fst_.Final(rstate.state_id) == Weight::Zero()) ||
271 fst_.Final(rstate.state_id) == Weight::Zero()) ||
450 SetFinal(s, Weight::Zero());
627 if (ifst_->Final(arc.nextstate) == Weight::Zero()) {
647 if (p != kNoStateId && ifst_->Final(s) == Weight::Zero())
H A Dcompact-fst.h62 // non-Zero() final weight as a transition). A typical example is a
127 // 'Final(s) != Weight::Zero()') is stored first.
226 if (fst.Final(s) != Weight::Zero()) ++nfinals;
248 if (fst.Final(s) != Weight::Zero())
332 if (arc.weight != Weight::Zero())
347 if (arc.weight != Weight::Zero())
550 Arc arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
557 return arc.ilabel == kNoLabel ? arc.weight : Weight::Zero();
691 SetFinal(s, Weight::Zero());
954 if (fst.Final(s) != Weight::Zero()) {
[all...]
H A Dfloat-weight.h201 static const TropicalWeightTpl<T> Zero() { function in class:fst::TropicalWeightTpl
325 static const LogWeightTpl<T> Zero() { function in class:fst::LogWeightTpl
459 static const MinMaxWeightTpl<T> Zero() { function in class:fst::MinMaxWeightTpl
H A Dlabel-reachable.h312 reach_weight_ = Weight::Zero();
436 if (final != Weight::Zero()) {
446 fst_->SetFinal(s, Weight::Zero());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h51 if (final != Weight::Zero())
H A Dcomplement.h77 if (s == 0 || fst_->Final(s - 1) == Weight::Zero())
80 return Weight::Zero();
H A Dvector-fst.h165 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
215 if (ow != Weight::Zero() && ow != Weight::One())
218 if (w != Weight::Zero() && w != Weight::One()) {
263 if (arc.weight != Weight::Zero() && arc.weight != Weight::One()) {
759 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
774 if (arc.weight != Weight::Zero() && arc.weight != Weight::One())
/external/ceres-solver/examples/
H A Dlibmv_homography.cc208 MatX8 L = Mat::Zero(n * 3, 8);
209 Mat b = Mat::Zero(n * 3, 1);
/external/chromium_org/net/quic/
H A Dquic_dispatcher.cc33 return QuicTime::Zero();
191 framer_(supported_versions, /*unused*/ QuicTime::Zero(), true),
H A Dquic_protocol.cc717 sent_time(QuicTime::Zero()),
730 sent_time(QuicTime::Zero()),
745 sent_time(QuicTime::Zero()),
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc128 __ mov(r0, Operand::Zero()); // no arguments
292 __ mov(r1, Operand::Zero());
H A Dcode-stubs-arm.cc211 __ mov(result_reg, Operand::Zero());
217 __ rsb(scratch, scratch, Operand::Zero());
263 __ rsb(the_int(), the_int(), Operand::Zero(), LeaveCC, cs);
286 __ mov(ip, Operand::Zero());
902 __ cmp(scratch, Operand::Zero());
903 __ mov(scratch2, Operand::Zero(), LeaveCC, mi);
913 __ cmp(exponent, Operand::Zero());
1186 __ cmp(r6, Operand::Zero());
1268 __ mov(r6, Operand::Zero());
1486 __ cmp(r0, Operand::Zero());
[all...]
H A Dbuiltins-arm.cc160 __ cmp(r0, Operand::Zero());
201 __ cmp(r4, Operand::Zero());
736 __ mov(cp, Operand::Zero());
1051 __ cmp(r0, Operand::Zero());
1072 __ mov(r4, Operand::Zero()); // indicate regular JS_FUNCTION
1127 __ mov(r4, Operand::Zero());
1191 __ mov(r2, Operand::Zero());
1267 __ mov(r1, Operand::Zero()); // initial index
1372 __ mov(r2, Operand::Zero());
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc333 Zero();
336 void SyncClock::Zero() { function in class:__tsan::SyncClock
/external/eigen/test/
H A Dcwiseop.cpp80 mzero = MatrixType::Zero(rows, cols),
84 VectorType vzero = VectorType::Zero(rows),
93 // test Zero, Ones, Constant, and the set* variants
/external/eigen/test/eigen2/
H A Deigen2_cwiseop.cpp35 mzero = MatrixType::Zero(rows, cols),
42 vzero = VectorType::Zero(rows),
51 // test Zero, Ones, Constant, and the set* variants
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h113 SearchData() : distance(Weight::Zero()),
348 = Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
495 f_distance_ = Weight::Zero();
554 if (ifst_->Final(s.state) != Weight::Zero() && s.start == start_) {
607 if (dist == Weight::Zero()) {
764 = Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp634 MaxFieldAlignment(CharUnits::Zero()),
635 DataSize(0), NonVirtualSize(CharUnits::Zero()),
1173 (!HasExternalLayout || Offset == CharUnits::Zero()) &&
1174 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) {
1178 return CharUnits::Zero();
1666 IsUnion ? CharUnits::Zero() : getDataSize();
1675 FieldSize = CharUnits::Zero();
2328 Size = CharUnits::Zero();
2334 CharUnits::One() : CharUnits::Zero();
2336 MaxFieldAlignment = CharUnits::Zero();
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp713 const SDValue Zero = CurDAG->getTargetConstant(0, MVT::i32); local
719 Zero,
720 Zero,
721 Zero,
722 Zero
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp356 llvm::APSInt Zero = IntType.getZeroValue(); local
359 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty())
362 // Zero is a possible value, but it is not the /only/ possible value.
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h24 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
107 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used
130 * it is redundant to pass \a size as argument, so Zero() should be used
170 * it is redundant to pass \a nbRows and \a nbCols as arguments, so Zero() should be used
192 * it is redundant to pass \a size as argument, so Zero() should be used
418 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used
424 * \sa Zero(), Zero(Index)
428 DenseBase<Derived>::Zero(Index nbRows, Index nbCols) function in class:Eigen::DenseBase
441 * it is redundant to pass \a size as argument, so Zero() shoul
451 DenseBase<Derived>::Zero(Index size) function in class:Eigen::DenseBase
468 DenseBase<Derived>::Zero() function in class:Eigen::DenseBase
[all...]
H A DDenseBase.h321 static const ConstantReturnType Zero(Index rows, Index cols);
322 static const ConstantReturnType Zero(Index size);
323 static const ConstantReturnType Zero();

Completed in 7790 milliseconds

1234567891011>>