HomeSort by relevance Sort by last modified time
    Searched refs:w2 (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/openfst/src/include/fst/
tuple-weight.h 247 const TupleWeight<W, n> &w2) {
250 equal = equal && (w1.Value(i) == w2.Value(i));
256 const TupleWeight<W, n> &w2) {
259 not_equal = not_equal || (w1.Value(i) != w2.Value(i));
265 const TupleWeight<W, n> &w2,
270 ApproxEqual(w1.Value(i), w2.Value(i), delta);
random-weight.h 189 typedef typename G2::Weight W2;
197 W2 w2 = generator2_(); local
198 return Weight(w1, w2);
215 typedef typename G2::Weight W2;
216 typedef LexicographicWeight<W1, W2> Weight;
226 return Weight(W1::Zero(), W2::Zero());
229 W2 w2 = generator2_(); local
230 return Weight(w1, w2);
    [all...]
lexicographic-weight.h 39 template<class W1, class W2>
40 class LexicographicWeight : public PairWeight<W1, W2> {
42 using PairWeight<W1, W2>::Value1;
43 using PairWeight<W1, W2>::Value2;
44 using PairWeight<W1, W2>::SetValue1;
45 using PairWeight<W1, W2>::SetValue2;
46 using PairWeight<W1, W2>::Zero;
47 using PairWeight<W1, W2>::One;
48 using PairWeight<W1, W2>::NoWeight;
49 using PairWeight<W1, W2>::Quantize
    [all...]
product-weight.h 33 // Product semiring: W1 * W2
34 template<class W1, class W2>
35 class ProductWeight : public PairWeight<W1, W2> {
37 using PairWeight<W1, W2>::Zero;
38 using PairWeight<W1, W2>::One;
39 using PairWeight<W1, W2>::NoWeight;
40 using PairWeight<W1, W2>::Quantize;
41 using PairWeight<W1, W2>::Reverse;
43 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
48 ProductWeight(const PairWeight<W1, W2>& w) : PairWeight<W1, W2>(w) {
    [all...]
sparse-tuple-weight.h 270 const SparseTupleWeight<W, K>& w2,
273 SparseTupleWeightIterator<W, K> w2_it(w2);
275 const W& v2_def = w2.DefaultValue();
298 const SparseTupleWeight<W, K> &w2) {
300 const W& v2_def = w2.DefaultValue();
304 SparseTupleWeightIterator<W, K> w2_it(w2);
327 const SparseTupleWeight<W, K> &w2) {
328 return !(w1 == w2);
determinize.h 58 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
71 Weight operator()(const Weight &w1, const Weight &w2) const {
73 StringWeightIterator<L, S> iter2(w2);
78 } else if (w1.Size() == 0 || w2.Size() == 0) {
82 } else if (w2 == Weight::Zero()) {
101 Weight operator()(const Weight &w1, const Weight &w2) const {
102 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
103 weight_common_divisor_(w1.Value2(), w2.Value2()));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 128 typedef typename G2::Weight W2;
129 typedef ProductWeight<W1, W2> Weight;
136 W2 w2 = generator2_(); local
137 return Weight(w1, w2);
determinize.h 51 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
64 Weight operator()(const Weight &w1, const Weight &w2) const {
66 StringWeightIterator<L, S> iter2(w2);
71 if (w1.Size() == 0 || w2.Size() == 0)
75 else if (w2 == Weight::Zero())
93 Weight operator()(const Weight &w1, const Weight &w2) const {
94 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
95 weight_common_divisor_(w1.Value2(), w2.Value2()));
factor-weight.h 92 StringWeight<L, S> w2; local
94 w2.PushBack(iter.Value());
95 return make_pair(w1, w2);
120 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
121 return make_pair(w1, w2);
  /external/stlport/test/eh/
sunpro42.mak 36 CXXFLAGS = $(ARCHF) +w2 -mt -features=rtti ${STL_INCL}
37 # CXXFLAGS = +w2 ${STL_INCL}
deccxx.mak 43 # CXXFLAGS = +w2 -xildoff -D_STLP_USE_NEWALLOC -DEH_NO_SGI_STL -DEH_NEW_HEADERS -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 201 * @param w2 int As in ChunkedIntArray.append
206 private final int appendNode(int w0, int w1, int w2, int w3)
209 int slotnumber = nodes.appendSlot(w0, w1, w2, w3);
211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
694 // // W2: Next (initialized as 0)
695 // int w2 = 0;
698 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3);
699 // int ourslot = appendNode(w0, w1, w2, w3);
851 // // W2: Next (not yet resolved)
852 // int w2 = 0
2099 int w2 = m_char_current_start; local
2122 int w2 = m_char_current_start; local
2158 int w2 = 0; local
2205 int w2 = 0; local
2242 int w2 = 0; local
    [all...]
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 384 double w1,w2; local
397 w2 = W[i-1][j].w_southeast + _cvBendingWork(&edges1[i-2],
403 if(w1<w2)
410 W[i][j].w_east = w2 + _cvStretchingWork( &edges1[i-1], &null_edge );
422 double w1,w2,w3; local
435 w2 = W[i-1][j-1].w_southeast + _cvBendingWork( &edges1[i-2],
450 if( w1<w2 )
465 if( w2<w3)
467 W[i][j].w_southeast = w2 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
482 double w1,w2; local
    [all...]
  /external/chromium/chrome/browser/history/
query_parser_unittest.cc 143 const std::string w2; member in struct:TestData2
159 EXPECT_EQ(data[i].w2, UTF16ToUTF8(results[1]));
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 59 #define DEFINE_DLSID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const DLSID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
  /external/quake/quake/src/QW/client/
net_chan.c 228 unsigned w1, w2; local
263 w2 = chan->incoming_sequence | (chan->incoming_reliable_sequence<<31);
268 MSG_WriteLong (&send, w2);
  /external/valgrind/main/coregrind/
m_oset.c 180 UWord w2 = *(UWord*)elem_of_node(n); local
182 // "return w1 - w2". But it didn't work reliably, because the
187 if (w1 > w2) return 1;
188 if (w1 < w2) return -1;
520 UWord w2; local
523 w2 = *(UWord*)elem_of_node_no_check(curr);
524 if (w1 < w2) curr = curr->left;
525 else if (w1 > w2) curr = curr->right;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$ local
159 int x= (int) ((xx / max) * w2);
206 int barLength= (int) (delta / max * w2);
  /external/valgrind/main/VEX/switchback/
linker.c 671 Elf_Word w1, w2;
741 w2 = (Elf_Word)((value - P) >> 2);
742 ASSERT((w2 & 0xC0000000) == 0);
743 w1 |= w2;
748 w2 = (Elf_Word)(value >> 10);
749 ASSERT((w2 & 0xFFC00000) == 0);
750 w1 |= w2;
755 w2 = (Elf_Word)(value & 0x3FF);
756 ASSERT((w2 & ~0x3FF) == 0);
757 w1 |= w2;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 574 Elf_Word w1, w2; local
632 w2 = (Elf_Word)((value - P) >> 2);
633 ASSERT((w2 & 0xC0000000) == 0);
634 w1 |= w2;
639 w2 = (Elf_Word)(value >> 10);
640 ASSERT((w2 & 0xFFC00000) == 0);
641 w1 |= w2;
646 w2 = (Elf_Word)(value & 0x3FF);
647 ASSERT((w2 & ~0x3FF) == 0);
648 w1 |= w2;
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 362 float w0 = weightsFloatData.get(), w1 = weightsFloatData.get(), w2 = weightsFloatData.get(), w3 = weightsFloatData.get(); local
366 } else if (w2 != 0) {
374 float sum = w0 + w1 + w2 + w3;
381 weightsFloatData.put(w2 * sumToB);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 326 int w2 = (width == 0) ? insnPerSe.length() : (width - w1); local
328 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 354 int w2 = (width == 0) ? insnPerSe.length() : (width - w1); local
356 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 354 int w2 = (width == 0) ? insnPerSe.length() : (width - w1); local
356 return TwoColumnOutput.toString(addr, w1, "", insnPerSe, w2);
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 722 short x2,y2,w2,h2; local
743 if (!wind_calc(WC_BORDER, GEM_win_type, 0,0,width,height, &x2,&y2,&w2,&h2)) {
750 x2 = (GEM_desk_w-w2)>>1;
768 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2);
784 wind_open(GEM_handle,x2,y2,w2,h2);
787 wind_get (GEM_handle, WF_WORKXYWH, &x2,&y2,&w2,&h2);
788 if (wind_calc(WC_BORDER, GEM_win_type, x2,y2,width,height, &x2,&y2,&w2,&h2)) {
789 wind_set (GEM_handle, WF_CURRXYWH, x2,y2,w2,h2);

Completed in 1949 milliseconds

12 3 4 5