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

1 2 3 45 6 7 8 9

  /external/clang/lib/AST/
VTTBuilder.cpp 35 LayoutVTT(BaseSubobject(MostDerivedClass, CharUnits::Zero()),
  /external/libvpx/vp8/decoder/
decodemv.c 286 const MV Zero = { 0, 0};
383 *mv = Zero;
440 *mv = Zero;
497 mi->bmi[j].mv.as_mv = Zero;
  /external/openfst/src/include/fst/script/
map.h 110 const WeightClass &w = fst::script::WeightClass::Zero());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 73 else if (w1 == Weight::Zero())
75 else if (w2 == Weight::Zero())
253 Weight final = Weight::Zero();
331 arc.weight = Weight::Zero();
vector-fst.h 165 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()) {
757 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
772 if (arc.weight != Weight::Zero() && arc.weight != Weight::One())
replace.h 247 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
250 SetFinal(s, Weight::Zero());
307 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
524 // non-terminal can be any label that is not a non-zero terminal label
669 // not a non-zero terminal label in the output alphabet. Note that
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 312 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
340 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
366 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
394 emitJumpSlowToHot(branchTest32(Zero, regT0), target);
619 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
647 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
673 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
701 emitJumpSlowToHot(branchTest32(invert ? Zero : NonZero, regT0), target);
803 addSlowCase(branchSub32(Zero, TrustedImm32(1), regT1));
852 addSlowCase(branchSub32(Zero, TrustedImm32(1), regT0))
    [all...]
JITOpcodes32_64.cpp 79 callLinkFailures.append(branchTestPtr(Zero, regT0));
93 callLinkFailures.append(branchTestPtr(Zero, regT0));
110 callLinkFailures.append(branchTestPtr(Zero, regT0));
130 callLinkFailures.append(branchTestPtr(Zero, regT0));
564 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsHasInstance)));
591 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 113 SearchData() : distance(Weight::Zero()),
348 = Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
495 f_distance_ = Weight::Zero();
553 if (ifst_->Final(s.state) != Weight::Zero() && s.start == start_) {
606 if (dist == Weight::Zero()) {
759 = Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
replace.h 94 if (ifst->Final(is) != Weight::Zero()) {
  /external/openfst/src/include/fst/
randgen.h 57 if (fst.Final(s) != Weight::Zero())
66 // the state. Weight::zero transitions are disregarded.
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())
cache.h 450 static const size_t kMinCacheLimit = 8096; // Minimum (non-zero) cache limit
492 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
680 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
701 if (arc.weight != Weight::Zero() && arc.weight != Weight::One()) {
float-weight.h 198 static const TropicalWeightTpl<T> Zero() {
322 static const LogWeightTpl<T> Zero() {
456 static const MinMaxWeightTpl<T> Zero() {
label-reachable.h 312 reach_weight_ = Weight::Zero();
408 // state for all states with zero in-degree.
436 if (final != Weight::Zero()) {
446 fst_->SetFinal(s, Weight::Zero());
456 // Creates a super-initial state for all states with zero in-degree.
compact-fst.h 61 // non-Zero() final weight as a transition). A typical example is a
126 // 'Final(s) != Weight::Zero()') is stored first.
220 if (fst.Final(s) != Weight::Zero()) ++nfinals;
242 if (fst.Final(s) != Weight::Zero())
324 if (arc.weight != Weight::Zero())
339 if (arc.weight != Weight::Zero())
543 Arc arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
550 SetFinal(s, arc.ilabel == kNoLabel ? arc.weight : Weight::Zero());
    [all...]
lookahead-filter.h 384 if (!(LookAheadFlags() & kLookAheadWeight) || *weight1 == Weight::Zero())
519 *weight1 == Weight::Zero())
525 *weight1 = Weight::Zero();
582 Arc larc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
lookahead-matcher.h 345 SetLookAheadWeight(Weight::Zero());
348 if (fst_.Final(s_) != Weight::Zero() &&
349 lfst_->Final(s) != Weight::Zero()) {
616 bool reach_final = lfinal != Weight::Zero() &&
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.h 53 static const Condition Zero;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 31 CharUnits Offset = CharUnits::Zero();
174 // If the static offset is zero and we don't have a virtual step,
314 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
478 // Initialize this index variable to zero.
479 llvm::Value* Zero
482 CGF.Builder.CreateStore(Zero, IndexVar);
646 llvm::Value *Zero = llvm::Constant::getNullValue(SizeTy);
647 Builder.CreateStore(Zero, ArrayIndexVar);
    [all...]
CGCXX.cpp 92 // If the base is at a non-zero offset, give up.
340 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero()));
374 .getAddressPoint(BaseSubobject(RD, CharUnits::Zero()));
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 113 // SPU has no sign or zero extended loads for i1, i8, i16:
717 // will zero out the high value.
    [all...]
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 35 ; Zero out xmm7, for use unpacking
117 ; Zero out xmm7, for use unpacking
380 ; Zero out xmm7, for use unpacking
455 ; Zero out xmm7, for use unpacking
  /external/srec/tools/grxmlcompile/
fst-io.h 128 if (final != Weight::Zero() || !output) {
342 if (strm.fail() || !allow_zero && w == Weight::Zero()) {
  /external/v8/test/mjsunit/
string-replace-one-char.js 53 // Zero length replace string.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 70 // If the GEP has all zero indices, it doesn't offset the pointer. If it
223 // Move all alloca's of zero byte objects to the entry block and merge them
225 // allocate and return a unique pointer, even for a zero byte allocation.
227 // For a zero sized alloca there is no point in doing an array allocation.
239 // If the entry block doesn't start with a zero-size alloca then move
249 // Replace this zero-sized alloca with the one at the start of the entry
484 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(SI.getContext()));
485 NewGEPIndices.push_back(Zero);
491 NewGEPIndices.push_back(Zero);
494 NewGEPIndices.push_back(Zero);
    [all...]

Completed in 1270 milliseconds

1 2 3 45 6 7 8 9