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

1 23 4 5 6 7 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 42 // Zero(). The superfinal state is always added (if the input is
123 fst->SetFinal(s, Weight::Zero());
134 final_arc.weight != Weight::Zero())
137 fst->SetFinal(s, Weight::Zero());
205 ofst->SetFinal(s, B::Weight::Zero());
214 final_arc.weight != B::Weight::Zero())
217 ofst->SetFinal(s, B::Weight::Zero());
321 this->SetFinal(s, Weight::Zero());
326 this->SetFinal(s, s == superfinal_ ? Weight::One() : Weight::Zero());
371 if (!HasFinal(s) || Final(s) == Weight::Zero())
    [all...]
product-weight.h 39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
41 return zero;
159 W1 w1 = W1::Zero();
163 W2 w2 = W2::Zero();
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquo.c 21 static const double Zero[] = {0.0, -0.0,};
55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
119 return Zero[(u_int32_t)sx>>31];
  /external/eigen/test/eigen2/
eigen2_basicstuff.cpp 25 mzero = MatrixType::Zero(rows, cols),
31 vzero = VectorType::Zero(rows);
64 // indeed, if an expression class (here Zero) is meant to be read-only,
65 // hence has no _write() method, the corresponding MatrixBase method (here zero())
68 VERIFY_IS_MUCH_SMALLER_THAN(MatrixType::Zero(rows,cols)(r,c), static_cast<Scalar>(1));
eigen2_svd.cpp 34 MatrixType sigma = MatrixType::Zero(rows,cols);
35 MatrixType matU = MatrixType::Zero(rows,rows);
eigen2_inverse.cpp 28 mzero = MatrixType::Zero(rows, cols),
eigen2_miscmatrices.cpp 34 square = MatrixType::Zero(rows, rows);
  /external/openfst/src/include/fst/
product-weight.h 37 using PairWeight<W1, W2>::Zero;
52 static const ProductWeight<W1, W2> &Zero() {
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero());
54 return zero;
tuple-weight.h 64 static const TupleWeight<W, n> &Zero() {
65 static const TupleWeight<W, n> zero(W::Zero());
66 return zero;
157 W r = W::Zero();
163 W r = W::Zero();
212 W r = W::Zero();
231 W r = W::Zero();
signed-log-weight.h 57 static const SignedLogWeightTpl<T> &Zero() {
58 static const SignedLogWeightTpl<T> zero(X1(1.0), X2::Zero());
59 return 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());
    [all...]
arc-map.h 52 // Zero(). The superfinal state is always added (if the input is
146 FSTERROR() << "ArcMap: non-zero arc labels for superfinal arc";
164 fst->SetFinal(s, Weight::Zero());
175 final_arc.weight != Weight::Zero())
178 fst->SetFinal(s, Weight::Zero());
252 FSTERROR() << "ArcMap: non-zero arc labels for superfinal arc";
268 ofst->SetFinal(s, B::Weight::Zero());
277 final_arc.weight != B::Weight::Zero())
280 ofst->SetFinal(s, B::Weight::Zero());
383 FSTERROR() << "ArcMapFst: non-zero arc labels for superfinal arc"
    [all...]
concat.h 94 if (final != Weight::Zero()) {
95 fst1->SetFinal(s1, Weight::Zero());
146 fst2->ReserveArcs(s2, fst1.NumArcs(s1) + (final != Weight::Zero() ? 1 : 0));
147 if (final != Weight::Zero())
power-weight.h 41 using TupleWeight<W, n>::Zero;
56 static const PowerWeight<W, n> &Zero() {
57 static const PowerWeight<W, n> zero(TupleWeight<W, n>::Zero());
58 return zero;
150 W w = W::Zero();
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 78 VectorType w = VectorType::Zero(restart + 1);
80 FMatrixType H = FMatrixType::Zero(m, restart + 1);
81 VectorType tau = VectorType::Zero(restart + 1);
179 w = VectorType::Zero(restart + 1);
180 H = FMatrixType::Zero(m, restart + 1);
181 tau = VectorType::Zero(restart + 1);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 169 /// allocates zero-filled memory (such as calloc).
407 Zero = APInt::getNullValue(IntTyBits);
455 return std::make_pair(align(Size, I.getAlignment()), Zero);
460 return std::make_pair(align(Size, I.getAlignment()), Zero);
473 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
498 return std::make_pair(Size, Zero);
508 return std::make_pair(Size, Zero);
515 return std::make_pair(Size, Zero);
528 return std::make_pair(Zero, Zero);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 123 Constant *Zero = ConstantInt::get(Int32, 0);
146 // (IncrementCounterInBlock()) and set the counter initially to zero, if
154 Initializer[i++] = (Zero);
177 Initializer[i++] = (Zero);
205 Initializer[i++] = (Zero);
  /external/openfst/src/bin/
fstdeterminize.cc 60 WeightClass::Zero() : WeightClass(ifst->WeightType(), FLAGS_weight),
fstprune.cc 54 WeightClass::Zero() :
  /external/openfst/src/extensions/pdt/
pdtexpand.cc 61 s::WeightClass::Zero() :
  /external/openfst/src/include/fst/script/
determinize.h 36 fst::script::WeightClass::Zero(),
disambiguate.h 36 fst::script::WeightClass::Zero(),
  /external/openfst/src/script/
text-io.cc 61 potential->push_back(WeightClass::Zero());
  /external/eigen/test/
sparse_basic.cpp 28 DenseMatrix refMat = DenseMatrix::Zero(rows, cols);
160 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows);
161 DenseMatrix refM2 = DenseMatrix::Zero(rows, rows);
162 DenseMatrix refM3 = DenseMatrix::Zero(rows, rows);
163 DenseMatrix refM4 = DenseMatrix::Zero(rows, rows);
200 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
211 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
252 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
369 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows);
377 DenseMatrix refMat2 = DenseMatrix::Zero(rows, rows)
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 388 ConstantRange Zero(APInt(16, 0));
389 EXPECT_EQ(Zero.multiply(Full), Zero);
390 EXPECT_EQ(Zero.multiply(Some), Zero);
391 EXPECT_EQ(Zero.multiply(Wrap), Zero);
392 EXPECT_EQ(Full.multiply(Zero), Zero);
393 EXPECT_EQ(Some.multiply(Zero), Zero)
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 108 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0);
109 llvm::Value *CSZero = CGF.Builder.CreateICmpEQ(CS.getInstruction(), Zero);

Completed in 267 milliseconds

1 23 4 5 6 7 8 91011>>