HomeSort by relevance Sort by last modified time
    Searched refs:Zero (Results 1 - 25 of 53) sorted by null

1 2 3

  /bionic/libm/src/
e_fmodf.c 29 static const float one = 1.0, Zero[] = {0.0, -0.0,};
48 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
81 return Zero[(u_int32_t)sx>>31];
90 return Zero[(u_int32_t)sx>>31];
s_remquof.c 19 static const float Zero[] = {0.0, -0.0,};
50 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
92 return Zero[(u_int32_t)sx>>31];
e_fmod.c 27 static const double one = 1.0, Zero[] = {0.0, -0.0,};
48 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
102 return Zero[(u_int32_t)sx>>31];
111 return Zero[(u_int32_t)sx>>31];
s_remquo.c 19 static const double Zero[] = {0.0, -0.0,};
53 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
116 return Zero[(u_int32_t)sx>>31];
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 46 potential.push_back(Weight::Zero());
66 if ((potential[state] == Weight::Zero()) ||
67 (potential[arc.nextstate] == Weight::Zero()))
70 && (potential[state] != Weight::Zero()))
74 && (potential[arc.nextstate] != Weight::Zero()))
80 && (potential[state] != Weight::Zero()))
88 (potential[fst->Start()] != Weight::Zero())) {
prune.h 37 // If non-zero, passes in pre-computed shortest distance from initial state
40 // If non-zero, passes in pre-computed shortest distance to final states
74 idistance = new vector<Weight>(ns, Weight::Zero());
77 idistance->resize(ns, Weight::Zero());
81 fdistance = new vector<Weight>(ns, Weight::Zero());
84 fdistance->resize(ns, Weight::Zero());
110 fst->SetFinal(state, Weight::Zero());
174 fdistance->push_back(Weight::Zero());
182 idistance->push_back(Weight::Zero());
184 fdistance->push_back(Weight::Zero());
    [all...]
shortest-distance.h 115 distance_->push_back(Weight::Zero());
116 rdistance_.push_back(Weight::Zero());
134 distance_->push_back(Weight::Zero());
135 rdistance_.push_back(Weight::Zero());
140 rdistance_[s] = Weight::Zero();
145 if (!arc_filter_(arc) || arc.weight == Weight::Zero())
148 distance_->push_back(Weight::Zero());
149 rdistance_.push_back(Weight::Zero());
156 (*distance_)[arc.nextstate] = Weight::Zero();
157 rdistance_[arc.nextstate] = Weight::Zero();
    [all...]
string-weight.h 83 static const StringWeight<L, S> &Zero() {
84 static const StringWeight<L, S> zero(kStringInfinity);
85 return zero;
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())
    [all...]
random-weight.h 32 // The boolean 'allow_zero' below determines whether Zero() and zero
49 return Weight::Zero();
58 bool allow_zero_; // permit Zero() and zero divisors
76 return Weight::Zero();
85 bool allow_zero_; // permit Zero() and zero divisors
90 // strings chosen from {1,...,kAlphabetSize}^{0,kMaxStringLength} U { Zero }
104 return Weight::Zero();
    [all...]
shortest-path.h 82 Weight f_distance = Weight::Zero();
96 distance->push_back(Weight::Zero());
99 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
103 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
117 distance->push_back(Weight::Zero());
120 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(),
137 if (ifst.Final(s) != Weight::Zero()) {
265 distance->push_back(Weight::Zero());
289 pairs.push_back(Pair(kNoStateId, Weight::Zero()));
322 if (finalw != Weight::Zero()) {
    [all...]
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 SetFinal(s, Weight::Zero());
326 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();
concat.h 71 if (final != Weight::Zero()) {
72 fst1->SetFinal(s1, Weight::Zero());
randgen.h 51 if (fst.Final(s) != Weight::Zero())
59 // the state). Weight::zero transitions are disregarded.
136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible
reverse.h 59 if (final != Weight::Zero()) {
rmfinalepsilon.h 48 if (fst->Final(s) != Weight::Zero()) {
statesort.h 57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
equivalent.h 77 false : (fa.Final(UnMapState(s)) != Weight::Zero());
194 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
206 if (arc.weight != Weight::Zero()) { // Zero-weight arcs
closure.h 51 if (final != Weight::Zero())
verify.h 82 } else if (!arc.weight.Member() || arc.weight == Weight::Zero()) {
  /external/fdlibm/
e_fmod.c 23 static const double one = 1.0, Zero[] = {0.0, -0.0,};
25 static double one = 1.0, Zero[] = {0.0, -0.0,};
53 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(unsigned)sx>>31];
116 return Zero[(unsigned)sx>>31];
  /external/gtest/samples/
sample1_unittest.cc 103 TEST(FactorialTest, Zero) {
  /external/protobuf/gtest/samples/
sample1_unittest.cc 103 TEST(FactorialTest, Zero) {
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 58 Zero = X86Assembler::ConditionE,
485 // If the result is zero, it might have been -0.0, and the double comparison won't catch this!
486 failureCases.append(branchTest32(Zero, dest));
537 // Note: on 64-bit the Imm32 value is zero extended into the register, it
549 // useful to have separate move32 & movePtr, with move32 zero extending?
619 // jz and jnz test whether the first operand is equal to zero, and take
683 ASSERT((cond == Zero) || (cond == NonZero));
690 ASSERT((cond == Zero) || (cond == NonZero));
703 ASSERT((cond == Zero) || (cond == NonZero));
713 ASSERT((cond == Zero) || (cond == NonZero))
    [all...]
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 60 Zero: 48,

Completed in 313 milliseconds

1 2 3