Searched defs:Zero (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/net/quic/
H A Dquic_bandwidth.cc16 QuicBandwidth QuicBandwidth::Zero() { function in class:net::QuicBandwidth
H A Dquic_time.cc19 QuicTime::Delta QuicTime::Delta::Zero() { function in class:net::QuicTime::Delta
74 QuicTime QuicTime::Zero() { function in class:net::QuicTime
108 QuicWallTime QuicWallTime::Zero() { function in class:net::QuicWallTime
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators.js62 var Zero = 0; variable
90 doTest('Zero', '1', -1);
91 doTest('Zero', '0', 0);
92 doTest('1', 'Zero', 1);
H A Dcomparison-operators-greater.js62 var Zero = 0; variable
80 doTest('Zero', 'letter0', 0);
82 doTest('Zero', '"0"', 0);
100 doTest('Zero', '1', -1);
101 doTest('Zero', '0', 0);
102 doTest('1', 'Zero', 1);
H A Dcomparison-operators-less.js61 var Zero = 0; variable
87 doTest('Zero', 'letter0', 0);
89 doTest('Zero', '"0"', 0);
98 doTest('Zero', '1', -1);
99 doTest('Zero', '0', 0);
100 doTest('1', 'Zero', 1);
/external/compiler-rt/lib/ubsan/lit_tests/Float/
H A Dcast-overflow.cpp39 unsigned Zero = NearlyMinusOne; // ok local
/external/fdlibm/
H A De_fmod.c23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
53 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(unsigned)sx>>31];
116 return Zero[(unsigned)sx>>31];
/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp108 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0); local
109 llvm::Value *CSZero = CGF.Builder.CreateICmpEQ(CS.getInstruction(), Zero);
/external/llvm/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp123 Constant *Zero = ConstantInt::get(Int32, 0); local
154 Initializer[i++] = (Zero);
177 Initializer[i++] = (Zero);
205 Initializer[i++] = (Zero);
/external/openfst/src/include/fst/
H A Dexpectation-weight.h21 // One: <One, Zero>
22 // Zero: <Zero, Zero>
64 ExpectationWeight() : PairWeight<X1, X2>(Zero()) { }
75 static const ExpectationWeight<X1, X2> &Zero() { function in class:fst::ExpectationWeight
76 static const ExpectationWeight<X1, X2> zero(X1::Zero(), X2::Zero());
81 static const ExpectationWeight<X1, X2> one(X1::One(), X2::Zero());
H A Dlexicographic-weight.h23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b,
46 using PairWeight<W1, W2>::Zero;
75 static const LexicographicWeight<W1, W2> &Zero() { function in class:fst::LexicographicWeight
76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero());
99 if (Value1() == W1::Zero() && Value2() == W2::Zero()) return true;
100 if (Value1() != W1::Zero() && Value2() != W2::Zero()) return true;
H A Dproduct-weight.h37 using PairWeight<W1, W2>::Zero;
52 static const ProductWeight<W1, W2> &Zero() { function in class:fst::ProductWeight
53 static const ProductWeight<W1, W2> zero(PairWeight<W1, W2>::Zero());
H A Dpower-weight.h41 using TupleWeight<W, n>::Zero;
56 static const PowerWeight<W, n> &Zero() { function in class:fst::PowerWeight
57 static const PowerWeight<W, n> zero(TupleWeight<W, n>::Zero());
150 W w = W::Zero();
H A Dpair-weight.h56 static const PairWeight<W1, W2> &Zero() { function in class:fst::PairWeight
57 static const PairWeight<W1, W2> zero(W1::Zero(), W2::Zero());
132 W1 w1 = W1::Zero();
136 W2 w2 = W2::Zero();
181 W1 w1 = W1::Zero();
199 W2 w2 = W2::Zero();
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());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32toolhelp.h43 Zero(&current_);
70 Zero(&current_);
94 static void Zero(typename Traits::Type* buff) { function in class:talk_base::ToolhelpEnumeratorBase
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp200 const llvm::APSInt &Zero = getBasicVals().getValue(0, DiffTy); local
204 return assumeSymRel(state, Subtraction, Op, Zero);
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h162 APInt Zero; member in class:llvm::ObjectSizeOffsetVisitor
224 Value *Zero; member in class:llvm::ObjectSizeOffsetEvaluator
/external/chromium_org/media/base/
H A Daudio_bus.cc212 void AudioBus::Zero() { function in class:media::AudioBus
262 // Zero any remaining frames.
327 Zero();
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs230 if (map_handle_ == IntPtr.Zero)
236 if (memory_ == IntPtr.Zero) {
254 /// Zero out the stats file.
256 public void Zero() { method in class:StatsViewer.StatsTable
/external/clang/include/clang/AST/
H A DCharUnits.h52 /// Zero - Construct a CharUnits quantity of zero.
53 static CharUnits Zero() { function in class:clang::CharUnits
128 /// Zero is not a power of two.
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h24 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
107 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used
130 * it is redundant to pass \a size as argument, so Zero() should be used
170 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used
192 * it is redundant to pass \a size as argument, so Zero() should be used
418 * it is redundant to pass \a rows and \a cols as arguments, so Zero() should be used
424 * \sa Zero(), Zero(Index)
428 DenseBase<Derived>::Zero(Index rows, Index cols) function in class:Eigen::DenseBase
441 * it is redundant to pass \a size as argument, so Zero() shoul
451 DenseBase<Derived>::Zero(Index size) function in class:Eigen::DenseBase
468 DenseBase<Derived>::Zero() function in class:Eigen::DenseBase
[all...]
/external/llvm/unittests/IR/
H A DConstantsTest.cpp24 Constant* Zero = ConstantInt::get(Int1, 0); local
31 EXPECT_EQ(Zero, ConstantExpr::getAdd(One, One));
35 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, One));
39 EXPECT_EQ(Zero, ConstantExpr::getAdd(NegOne, NegOne));
43 EXPECT_EQ(Zero, ConstantExpr::getSub(NegOne, One));
47 EXPECT_EQ(Zero, ConstantExpr::getSub(One, NegOne));
51 EXPECT_EQ(Zero, ConstantExpr::getSub(One, One));
59 EXPECT_EQ(One, ConstantExpr::getShl(One, Zero));
91 EXPECT_EQ(Zero, ConstantExpr::getSRem(NegOne, One));
95 EXPECT_EQ(Zero, ConstantExp
[all...]
/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();

Completed in 2154 milliseconds

1234