HomeSort by relevance Sort by last modified time
    Searched refs:Zero (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/openfst/src/include/fst/script/
compile-impl.h 190 if (!strm || (!allow_zero && w == Weight::Zero())) {
draw-impl.h 170 if (final != Weight::Zero()) {
info-impl.h 95 if (fst.Final(s) != Weight::Zero())
  /external/openfst/src/include/fst/
string.h 193 while (fst.Final(s) == Weight::Zero()) {
factor-weight.h 242 SetFinal(s, Weight::Zero());
332 (fst_->Final(e.state) != Weight::Zero()))) {
sparse-tuple-weight.h 96 static const SparseTupleWeight<W, K> &Zero() {
97 static SparseTupleWeight<W, K> zero; local
98 return zero;
169 Init(W::Zero());
212 // Assumed default value of uninitialized keys, by default W::Zero()
connect.h 258 if (fst_->Final(s) != Weight::Zero())
accumulator.h 145 // being Log64Weight::Zero();
704 (data_->GetFst(fst_id_)->Final(tuple.fst_state) != Weight::Zero())) {
709 offset_weight_ = Weight::Zero();
722 Weight sum = begin == end ? Weight::Zero()
queue.h 684 // Zero() or One().
715 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
723 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
823 class_distance_.resize(c + 1, Weight::Zero());
vector-fst.h 171 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
657 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
678 if (arc.weight != Weight::Zero() && arc.weight != Weight::One()) {
replace.h 504 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
507 SetFinal(s, Weight::Zero());
698 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
930 // non-terminal can be any label that is not a non-zero terminal label
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 130 if (fst_->Final(s) != Weight::Zero())
queue.h 643 // Zero() or One().
674 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
681 (arc.weight != Weight::Zero() && arc.weight != Weight::One()))
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 710 return branchTestPtr(Zero, reg, tagMaskRegister);
712 return branchTest32(Zero, reg, TrustedImm32(TagMask));
783 return branchTest32(Zero, reg, TrustedImm32(TagTypeNumber));
817 return branchSubPtr(Zero, TrustedImm32(TagTypeNumber), reg);
832 // operand is int32_t, must have been zero-extended if register is 64-bit.
JITArithmetic32_64.cpp 58 addSlowCase(branchTest32(Zero, regT0, TrustedImm32(0x7fffffff)));
173 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
348 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
423 } else if (shift) { // signed right shift by zero is simply toInt conversion
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 66 Zero: { code: 48, name: "0" },
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 120 /// or a member). Will be zero if the record being built doesn't contain
281 // offset zero. Because of this, we only need to keep track of empty base
452 // zero. Because of this, we only need to keep track of empty field
525 // offset zero. Because of this, we only need to keep track of empty field
649 UnfilledBitsInLastByte(0), MaxFieldAlignment(CharUnits::Zero()),
650 DataSize(0), NonVirtualSize(CharUnits::Zero()),
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 131 Value *Zero = ConstantInt::get(Int32Ty, 0);
133 Value *Idxs[2] = { Zero, One };
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 569 SDValue Zero = DAG.getConstant(0, MVT::i32);
571 DAG.getVTList(MVT::i32, MVT::i32), Zero, Zero,
586 SDValue Zero = DAG.getConstant(0, MVT::i32);
589 Zero, Zero);
683 // The inputs are both zero-extended.
742 SDValue Zero = DAG.getConstant(0, MVT::i32);
744 LHSL, RHSL, Zero);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 406 ASSERT((cond == Overflow) || (cond == Zero) || (cond == NonZero));
413 ASSERT((cond == Overflow) || (cond == Zero) || (cond == NonZero));
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 80 CharUnits srcAlignment = CharUnits::Zero());
391 llvm::Value *zero = llvm::ConstantInt::get(CGF.SizeTy, 0); local
392 llvm::Value *indices[] = { zero, zero };
462 // Any remaining elements need to be zero-initialized, possibly
    [all...]
CGExprCXX.cpp 409 // If the type contains a pointer to data member we can't memset it to zero.
411 // TODO: there are other patterns besides zero that we can usefully memset,
431 // Otherwise, just memset the whole thing to zero. This is legal
444 // If we require zero initialization before (or instead of) calling the
446 // constructor, emit the zero initialization now, unless destination is
521 // If we require zero initialization before (or instead of) calling the
523 // constructor, emit the zero initialization now.
537 return CharUnits::Zero();
542 return CharUnits::Zero();
    [all...]
CodeGenModule.cpp     [all...]
  /external/openfst/src/test/
fst_test.h 288 Weight w = Weight::Zero();
algo_test.h 624 Weight w = U.Start() < d.size() ? d[U.Start()] : Weight::Zero();
628 Weight w1 = U1.Start() < d.size() ? d[U1.Start()] : Weight::Zero();
632 Weight w2 = U2.Start() < d.size() ? d[U2.Start()] : Weight::Zero();
792 Weight::Zero(), kNumShortestStates);
801 Times(piter.Value().weight, distance[s]) : Weight::Zero();
    [all...]

Completed in 1288 milliseconds

1 2 3 4 56 7 8 9