Searched defs:Zero (Results 26 - 50 of 90) sorted by relevance

1234

/external/openfst/src/include/fst/script/
H A Dweight-class.h119 static const WeightClass &Zero() { function in class:fst::script::WeightClass
155 static const W zero = W::Zero();
/external/openfst/src/include/fst/
H A Dsigned-log-weight.h57 static const SignedLogWeightTpl<T> &Zero() { function in class:fst::SignedLogWeightTpl
58 static const SignedLogWeightTpl<T> zero(X1(1.0), X2::Zero());
96 if (Value2() == X2::Zero() || Value1().Value() > 0.0)
124 return SignedLogWeightTpl<T>::Zero();
197 return w1.Value2() == LogWeightTpl<T>::Zero()
198 && w2.Value2() == LogWeightTpl<T>::Zero();
210 return (w1.Value2() == LogWeightTpl<T>::Zero()) &&
211 (w2.Value2() == LogWeightTpl<T>::Zero());
H A Dsparse-power-weight.h65 return ApproxEqual(v1, v2, delta_) ? W::One() : W::Zero();
82 using SparseTupleWeight<W, K>::Zero;
102 static const SparsePowerWeight<W, K> &Zero() { function in class:fst::SparsePowerWeight
103 static const SparsePowerWeight<W, K> zero(SparseTupleWeight<W, K>::Zero());
184 W ret(W::Zero());
H A Dtuple-weight.h64 static const TupleWeight<W, n> &Zero() { function in class:fst::TupleWeight
65 static const TupleWeight<W, n> zero(W::Zero());
157 W r = W::Zero();
163 W r = W::Zero();
212 W r = W::Zero();
231 W r = W::Zero();
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 Dsparse-tuple-weight.h96 static const SparseTupleWeight<W, K> &Zero() { function in class:fst::SparseTupleWeight
169 Init(W::Zero());
212 // Assumed default value of uninitialized keys, by default W::Zero()
H A Dstring-weight.h86 static const StringWeight<L, S> &Zero() { function in class:fst::StringWeight
347 w = StringWeight<L, S>::Zero();
367 // equality is required (for non-Zero() input. This restriction
374 if (w1 == StringWeight<L, S>::Zero())
376 if (w2 == StringWeight<L, S>::Zero())
397 if (w1 == StringWeight<L, STRING_LEFT>::Zero())
399 if (w2 == StringWeight<L, STRING_LEFT>::Zero())
418 if (w1 == StringWeight<L, STRING_RIGHT>::Zero())
420 if (w2 == StringWeight<L, STRING_RIGHT>::Zero())
438 if (w1 == StringWeight<L, S>::Zero() || w
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h126 static const TropicalWeight Zero() { return TropicalWeight(kPosInfinity); } function in class:fst::TropicalWeight
192 static const LogWeight Zero() { return LogWeight(kPosInfinity); } function in class:fst::LogWeight
H A Dproduct-weight.h39 static const ProductWeight<W1, W2> &Zero() { function in class:fst::ProductWeight
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
159 W1 w1 = W1::Zero();
163 W2 w2 = W2::Zero();
H A Dstring-weight.h83 static const StringWeight<L, S> &Zero() { function in class:fst::StringWeight
339 w = StringWeight<L, S>::Zero();
359 // equality is required (for non-Zero() input. This restriction
364 if (w1 == StringWeight<L, S>::Zero())
366 if (w2 == StringWeight<L, S>::Zero())
381 if (w1 == StringWeight<L, STRING_LEFT>::Zero())
383 if (w2 == StringWeight<L, STRING_LEFT>::Zero())
400 if (w1 == StringWeight<L, STRING_RIGHT>::Zero())
402 if (w2 == StringWeight<L, STRING_RIGHT>::Zero())
418 if (w1 == StringWeight<L, S>::Zero() || w
[all...]
/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/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp127 Value *Zero = ConstantInt::get(Int32Ty, 0); local
129 Value *Idxs[2] = { Zero, One };
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp496 Constant *Zero = Constant::getNullValue(Type::getInt32Ty(SI.getContext())); local
497 NewGEPIndices.push_back(Zero);
503 NewGEPIndices.push_back(Zero);
506 NewGEPIndices.push_back(Zero);
H A DInstCombineMulDivRem.cpp362 /// being a normal constant (i.e. not Zero/NaN/Infinity).
609 Value *Zero = ConstantFP::getNegativeZero(B->getType()); local
610 return SelectInst::Create(C, B, Zero);
624 Value *Zero = ConstantFP::getNegativeZero(A->getType()); local
625 return SelectInst::Create(C, Zero, A);
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h165 Value *Zero = ConstantInt::get(Context, APInt(32, 0)); local
166 Builder.CreateCondBr(Builder.CreateICmpEQ(Param, Zero),
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h222 m_computed = MatrixXr::Zero(this->m_diagSize + 1, this->m_diagSize );
232 if (compU) m_naiveU = MatrixXr::Zero(this->m_diagSize + 1, this->m_diagSize + 1 );
233 else m_naiveU = MatrixXr::Zero(2, this->m_diagSize + 1 );
235 if (compV) m_naiveV = MatrixXr::Zero(this->m_diagSize, this->m_diagSize);
258 m_computed = Matrix<int, Dynamic, Dynamic>::Zero(rows(), cols());
262 if (this->m_computeFullU) this->m_matrixU = Matrix<int, Dynamic, Dynamic>::Zero(rows(), rows());
263 if (this->m_computeFullV) this->m_matrixV = Matrix<int, Dynamic, Dynamic>::Zero(cols(), cols());
319 MatrixX temp = MatrixX::Zero(naiveU.rows(), naiveU.cols());
335 MatrixX temp = MatrixX::Zero(naiveV.rows(), naiveV.cols());
492 m_computed.block(firstCol + shift, firstCol + shift, n, n) << MatrixXr::Zero(
636 const Index Zero = firstCol + shift; local
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp662 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
664 Result = CurDAG->getMachineNode(Mips::DMTC1, DL, MVT::f64, Zero);
666 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
669 Zero, Zero);
671 SDValue Zero = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), DL, local
673 Result = CurDAG->getMachineNode(Mips::BuildPairF64, DL, MVT::f64, Zero,
674 Zero);
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp161 ConstantInt *Zero; local
167 Zero = Builder.getInt64(0);
173 Zero = Builder.getInt32(0);
252 Value *Ret0_1 = Builder.CreateICmpEQ(Divisor, Zero);
253 Value *Ret0_2 = Builder.CreateICmpEQ(Dividend, Zero);
261 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend);
275 Value *SkipLoop = Builder.CreateICmpEQ(SR_1, Zero);
321 Value *Tmp12 = Builder.CreateICmpEQ(SR_2, Zero);
345 Carry_1->addIncoming(Zero, Preheader);
357 Carry_2->addIncoming(Zero, BB
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio1.c172 cmsUInt16Number Zero[2] = { 0x8080, 0x8080 }; local
176 EmptyTab = cmsBuildTabulatedToneCurve16(ContextID, 2, Zero);
H A Dcmsvirt.c827 cmsUInt16Number Zero[2] = { 0, 0 }; local
847 EmptyTab = cmsBuildTabulatedToneCurve16(ContextID, 2, Zero);
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp169 Constant *Zero = Constant::getNullValue(DstEltTy); local
175 Constant *Elt = Zero;
182 // Zero extend the element to the right size.
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp801 SDValue Zero = DAG.getNode(ISD::BUILD_VECTOR, DL, SrcVT, BuildVectorOperands); local
816 DAG.getVectorShuffle(SrcVT, DL, Zero, Src, ShuffleMask));
931 SDValue Zero = DAG.getConstantFP(-0.0, Op.getValueType()); local
933 Zero, Op.getOperand(0));
/external/llvm/lib/IR/
H A DConstantFold.cpp112 Value *Zero = local
114 IdxList.push_back(Zero);
120 IdxList.push_back(Zero);
125 IdxList.push_back(Zero);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp978 SDValue Zero = DAG.getConstant(0, VT); local
982 Ops.push_back(Zero);
/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

Completed in 3684 milliseconds

1234