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

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 75 /// zero-initialized with an LLVM zeroinitializer.
96 void invalidate() { NonVirtualSize = CharUnits::Zero(); }
224 NextFieldOffset = CharUnits::Zero();
453 // Ignore zero sized bit fields.
483 CharUnits unionSize = CharUnits::Zero();
484 CharUnits unionAlign = CharUnits::Zero();
523 AppendField(CharUnits::Zero(), unionType);
534 "0-align record did not have all zero-sized bit-fields!");
573 "class zero-initializable as base but not as complete object");
662 if (!LayoutNonVirtualBase(PrimaryBase, CharUnits::Zero()))
    [all...]
CGExprScalar.cpp 127 llvm::Value *Zero = llvm::Constant::getNullValue(V->getType());
128 return Builder.CreateFCmpUNE(V, Zero, "tobool");
133 Value *Zero = llvm::ConstantPointerNull::get(
135 return Builder.CreateICmpNE(V, Zero, "tobool");
140 // logical value, then zero extending it to int, then wanting it
430 llvm::Value *Zero,bool isDiv);
827 // Divide or modulo by zero, or signed overflow (eg INT_MAX / -1).
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h 50 VectorType v = VectorType::Zero(n), p = VectorType::Zero(n);
  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 12 // check minor separately in order to avoid the possible creation of a zero-sized
54 mzero = MatrixType::Zero(rows, cols),
63 vzero = VectorType::Zero(rows);
product.h 44 mzero = MatrixType::Zero(rows, cols);
54 vzero = RowVectorType::Zero(rows);
  /external/eigen/test/
lu.cpp 54 // The image of the zero matrix should consist of a single (zero) column vector
55 VERIFY((MatrixType::Zero(rows,cols).fullPivLu().image(MatrixType::Zero(rows,cols)).cols() == 1));
117 VERIFY(lu.kernel().cols() == 1); // the kernel() should consist of a single (zero) column vector
sparse_solvers.cpp 49 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols);
81 DenseMatrix refMatB = DenseMatrix::Zero(rows, rows);
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 53 /// allocates zero-filled memory (such as calloc).
172 APInt Zero;
234 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 81 } 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();
777 // and be zero-sum-free if for all a,b: (Plus(a, b) = 0 => a = b = 0.
954 explicit DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(),
    [all...]
test-properties.h 175 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {
202 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(),
161 final_ = Weight::Zero();
321 if (opts.weight_threshold != Weight::Zero() ||
324 if (opts.connect && (opts.weight_threshold == Weight::Zero() ||
351 typename Arc::Weight weight_threshold = Arc::Weight::Zero(),
compact-fst.h 62 // 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...]
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/
MipsSEISelDAGToDAG.cpp 43 // Check if MI is "addiu $dst, $zero, 0" or "daddiu $dst, $zero, 0".
45 (MI.getOperand(1).getReg() == Mips::ZERO) &&
48 ZeroReg = Mips::ZERO;
373 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL,
375 Result = CurDAG->getMachineNode(Mips::DMTC1, DL, MVT::f64, Zero);
377 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL,
378 Mips::ZERO, MVT::i32);
379 Result = CurDAG->getMachineNode(Mips::BuildPairF64, DL, MVT::f64, Zero,
380 Zero);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
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...]

Completed in 587 milliseconds

1 2 3 4 56 7 8 91011>>