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

1 2 34 5 6 7 8 9

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 44 const Condition MacroAssemblerSH4::Zero = SH4Assembler::EQ;
MacroAssemblerARMv7.h 116 Zero = ARMv7Assembler::ConditionEQ,
698 // If the result is zero, it might have been -0.0, and the double comparison won't catch this!
699 failureCases.append(branchTest32(Zero, dest));
827 // jz and jnz test whether the first operand is equal to zero, and take
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 46 NonVirtualOffset(CharUnits::Zero()) { }
67 OverriderInfo() : Method(0), Offset(CharUnits::Zero()) { }
142 dump(llvm::errs(), BaseSubobject(MostDerivedClass, CharUnits::Zero()),
162 ComputeBaseOffsets(BaseSubobject(MostDerivedClass, CharUnits::Zero()),
215 CharUnits NonVirtualOffset = CharUnits::Zero();
635 "Primary vbase should have a zero offset!");
644 "Primary base should have a zero offset!");
687 "Primary base should have a zero offset!");
708 CharUnits Offset = CharUnits::Zero();
855 : BaseOffset(CharUnits::Zero()),
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 453 llvm::Constant *Zero = llvm::ConstantInt::get(ptrdiff_t, 0);
454 llvm::Constant *Values[2] = { Zero, Zero };
468 return BuildMemberPointer(MD, CharUnits::Zero());
538 CharUnits ThisAdjustment = CharUnits::Zero();
611 llvm::Value *Zero = llvm::Constant::getNullValue(LPtr->getType());
612 llvm::Value *EqZero = Builder.CreateICmp(Eq, LPtr, Zero, "cmp.ptr.null");
621 // so the zero condition has to check that neither low bit is set.
625 // Compute (l.adj | r.adj) & 1 and test it against zero.
628 llvm::Value *OrAdjAnd1EqZero = Builder.CreateICmp(Eq, OrAdjAnd1, Zero,
    [all...]
CGRecordLayoutBuilder.cpp 75 /// zero-initialized with an LLVM zeroinitializer.
96 void invalidate() { NonVirtualSize = CharUnits::Zero(); }
222 NextFieldOffset = CharUnits::Zero();
503 // Ignore zero sized bit fields.
532 CharUnits unionSize = CharUnits::Zero();
533 CharUnits unionAlign = CharUnits::Zero();
572 AppendField(CharUnits::Zero(), unionType);
583 "0-align record did not have all zero-sized bit-fields!");
622 "class zero-initializable as base but not as complete object");
711 if (!LayoutNonVirtualBase(PrimaryBase, CharUnits::Zero()))
    [all...]
CGExprScalar.cpp 118 llvm::Value *Zero = llvm::Constant::getNullValue(V->getType());
119 return Builder.CreateFCmpUNE(V, Zero, "tobool");
124 Value *Zero = llvm::ConstantPointerNull::get(
126 return Builder.CreateICmpNE(V, Zero, "tobool");
131 // logical value, then zero extending it to int, then wanting it
422 llvm::Value *Zero,bool isDiv);
599 // Insert the element in element zero of an undef vector
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 53 /// allocates zero-filled memory (such as calloc).
160 APInt Zero;
221 Value *Zero;
  /external/openfst/src/include/fst/
complement.h 94 if (s == 0 || fst_->Final(s - 1) == Weight::Zero())
97 return Weight::Zero();
determinize.h 80 } else if (w1 == Weight::Zero()) {
82 } else if (w2 == Weight::Zero()) {
324 Weight final = Weight::Zero();
371 Weight outd = Weight::Zero();
376 (*in_dist_)[element.state_id] : Weight::Zero();
427 arc.weight = Weight::Zero();
657 // and be zero-sum-free if for all a,b: (Plus(a, b) = 0 => a = b = 0.
826 explicit DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(),
864 if (opts.weight_threshold != Weight::Zero() ||
test-properties.h 172 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
198 if (final != Weight::Zero()) { // final state
compose-filter.h 90 WeightFilterState() : weight_(W::Zero()) {}
253 bool fin1 = internal::Final(fst1_, s1) != Weight::Zero();
338 bool fin2 = internal::Final(fst2_, s2) != Weight::Zero();
426 bool f1 = internal::Final(fst1_, s1) != Weight::Zero();
431 bool f2 = internal::Final(fst2_, s2) != Weight::Zero();
rmepsilon.h 60 Weight w = Weight::Zero(),
162 final_ = Weight::Zero();
322 if (opts.weight_threshold != Weight::Zero() ||
325 if (opts.connect && (opts.weight_threshold == Weight::Zero() ||
352 typename Arc::Weight weight_threshold = Arc::Weight::Zero(),
properties.h 391 if (old_weight != Weight::Zero() && old_weight != Weight::One()) {
394 if (new_weight != Weight::Zero() && new_weight != Weight::One()) {
439 if (arc.weight != A::Weight::Zero() && arc.weight != A::Weight::One()) {
synchronize.h 132 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
135 SetFinal(s, Weight::Zero());
262 if ((w != Weight::Zero()) &&
335 // the traversal of a path, the delay is either zero or strictly
340 // bounded delay, i.e., the delay of every cycle must be zero.
433 // either zero or strictly increasing, where the delay is the
438 // bounded delay, i.e., the delay of every cycle must be zero.
  /external/openfst/src/include/fst/script/
rmepsilon.h 50 WeightClass w = fst::script::WeightClass::Zero(),
198 fst::script::WeightClass::Zero(),
shortest-path.h 44 WeightClass w = fst::script::WeightClass::Zero(),
182 fst::script::WeightClass::Zero(),
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 77 if (s == 0 || fst_->Final(s - 1) == Weight::Zero())
80 return Weight::Zero();
float-weight.h 126 static const TropicalWeight Zero() { return TropicalWeight(kPosInfinity); }
192 static const LogWeight Zero() { return LogWeight(kPosInfinity); }
test-properties.h 170 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
196 if (final != Weight::Zero()) { // final state
factor-weight.h 196 if (w != Weight::Zero() && f.Done())
199 this->SetFinal(s, Weight::Zero());
278 (fst_->Final(e.state) != Weight::Zero())) {
synchronize.h 110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
113 SetFinal(s, Weight::Zero());
231 if ((w != Weight::Zero()) &&
304 // the traversal of a path, the delay is either zero or strictly
309 // bounded delay, i.e., the delay of every cycle must be zero.
435 // either zero or strictly increasing, where the delay is the
440 // bounded delay, i.e., the delay of every cycle must be zero.
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 227 // Check if MI is "addiu $dst, $zero, 0" or "daddiu $dst, $zero, 0".
229 (MI.getOperand(1).getReg() == Mips::ZERO) &&
232 ZeroReg = Mips::ZERO;
489 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl,
491 return CurDAG->getMachineNode(Mips::DMTC1, dl, MVT::f64, Zero);
494 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl,
495 Mips::ZERO, MVT::i32);
496 return CurDAG->getMachineNode(Mips::BuildPairF64, dl, MVT::f64, Zero,
497 Zero);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 62 // regT0 contains a 64 bit value (is positive, is zero extended) so we don't need sign extend here.
80 callLinkFailures.append(branchTestPtr(Zero, regT0));
93 callLinkFailures.append(branchTestPtr(Zero, regT0));
109 callLinkFailures.append(branchTestPtr(Zero, regT0));
129 callLinkFailures.append(branchTestPtr(Zero, regT0));
382 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsHasInstance)));
409 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
478 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
502 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
519 Jump argumentsNotCreated = branchTestPtr(Zero, addressFor(arguments))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 7 lexer grammar Zero;
14 ZERO: '0';
18 lexer = Zero::Lexer.new( '0' )
21 token.name.should == 'ZERO'
28 lexer = Zero::Lexer.new( '0' )
31 token_types.should == %w(ZERO)
35 lexer = Zero::Lexer.new( '1' )
55 ZERO: '0';
63 token.name.should == 'ZERO'
92 ZERO: '0'
    [all...]
  /external/clang/include/clang/AST/
CharUnits.h 53 /// Zero - Construct a CharUnits quantity of zero.
54 static CharUnits Zero() {
116 /// isZero - Test whether the quantity equals zero.
122 /// isPositive - Test whether the quantity is greater than zero.
125 /// isNegative - Test whether the quantity is less than zero.
129 /// Zero is not a power of two.
168 /// Align. Align must be non-zero.

Completed in 4642 milliseconds

1 2 34 5 6 7 8 9