Home
last modified time | relevance | path

Searched defs:w2 (Results 1 – 25 of 72) sorted by relevance

123

/external/openfst/src/include/fst/
Dfloat-weight.h240 const TropicalWeightTpl<T> &w2) { in Plus()
247 const TropicalWeightTpl<float> &w2) { in Plus()
252 const TropicalWeightTpl<double> &w2) { in Plus()
258 const TropicalWeightTpl<T> &w2) { in Times()
271 const TropicalWeightTpl<float> &w2) { in Times()
276 const TropicalWeightTpl<double> &w2) { in Times()
369 const LogWeightTpl<T> &w2) { in Plus()
382 const LogWeightTpl<float> &w2) { in Plus()
387 const LogWeightTpl<double> &w2) { in Plus()
393 const LogWeightTpl<T> &w2) { in Times()
[all …]
Dstring-weight.h371 const StringWeight<L, S> &w2) { in Plus()
394 const StringWeight<L, STRING_LEFT> &w2) { in Plus()
415 const StringWeight<L, STRING_RIGHT> &w2) { in Plus()
435 const StringWeight<L, S> &w2) { in Times()
453 const StringWeight<L, S> &w2, in Divide()
483 const StringWeight<L, STRING_RIGHT> &w2, in Divide()
513 const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, in Divide()
Dsigned-log-weight.h109 const SignedLogWeightTpl<T> &w2) { in Plus()
146 const SignedLogWeightTpl<T> &w2) { in Minus()
153 const SignedLogWeightTpl<T> &w2) { in Times()
Dsparse-power-weight.h151 const SparsePowerWeight<W, K> &w2) { in Plus()
161 const SparsePowerWeight<W, K> &w2) { in Times()
182 const SparsePowerWeight<W, K> &w2) { in DotProduct()
203 const SparsePowerWeight<W, K> &w2) { in Times()
Dpower-weight.h100 const PowerWeight<W, n> &w2) { in Plus()
110 const PowerWeight<W, n> &w2) { in Times()
149 const PowerWeight<W, n> &w2) { in DotProduct()
Dpair-weight.h54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in PairWeight()
136 W2 w2 = W2::Zero(); in ReadNoParen() local
199 W2 w2 = W2::Zero(); in ReadWithParen() local
Dproduct-weight.h50 ProductWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) {} in ProductWeight()
Dlexicographic-weight.h61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight()
Drandom-weight.h197 W2 w2 = generator2_(); in operator() local
229 W2 w2 = generator2_(); in operator() local
/external/openfst/src/test/
Dweight-tester.h43 Weight w2 = weight_generator_(); variable
66 void TestSemiring(Weight w1, Weight w2, Weight w3) { in TestSemiring()
129 void TestDivision(Weight w1, Weight w2) { in TestDivision()
156 void TestReverse(Weight w1, Weight w2) { in TestReverse()
168 void TestEquality(Weight w1, Weight w2, Weight w3) { in TestEquality()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h153 const TropicalWeight &w2) { in Plus()
158 const TropicalWeight &w2) { in Times()
219 inline LogWeight Plus(const LogWeight &w1, const LogWeight &w2) { in Plus()
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) { in Times()
Dstring-weight.h363 const StringWeight<L, S> &w2) { in Plus()
380 const StringWeight<L, STRING_LEFT> &w2) { in Plus()
399 const StringWeight<L, STRING_RIGHT> &w2) { in Plus()
417 const StringWeight<L, S> &w2) { in Times()
433 const StringWeight<L, S> &w2, in Divide()
458 const StringWeight<L, STRING_RIGHT> &w2, in Divide()
483 const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, in Divide()
Drandom-weight.h136 W2 w2 = generator2_(); in operator() local
Dproduct-weight.h37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in ProductWeight()
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemevents.c82 short x2,y2,w2,h2; in GEM_PumpEvents() local
172 short x2,y2,w2,h2; in do_messages() local
296 short x2, y2, w2, h2; in do_mouse() local
/external/dropbear/libtommath/
Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; in mp_toom_sqr() local
Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; in mp_toom_mul() local
/external/dropbear/libtomcrypt/src/ciphers/
Dskipjack.c149 unsigned w1,w2,w3,w4,tmp,tmp1; in _skipjack_ecb_encrypt() local
213 unsigned w1,w2,w3,w4,tmp; in _skipjack_ecb_decrypt() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot()
221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
DDTMDocumentImpl.java206 private final int appendNode(int w0, int w1, int w2, int w3) in appendNode()
2099 int w2 = m_char_current_start; in appendTextChild() local
2122 int w2 = m_char_current_start; in appendComment() local
2158 int w2 = 0; in appendStartElement() local
2205 int w2 = 0; in appendNSDeclaration() local
2242 int w2 = 0; in appendAttribute() local
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp384 double w1,w2; in _cvWorkEast() local
422 double w1,w2,w3; in _cvWorkSouthEast() local
482 double w1,w2; in _cvWorkSouth() local
/external/clang/test/SemaCXX/
Ddefault-assignment-operator.cpp53 W w1, w2; variable
/external/quake/quake/src/QW/client/
Dnet_chan.c228 unsigned w1, w2; in Netchan_Transmit() local
/external/elfutils/src/
Delfcmp.c663 const Elf32_Word *w2 = p2; in compare_Elf32_Word() local
672 const Elf64_Xword *w2 = p2; in compare_Elf64_Xword() local
/external/opencv/cv/src/
Dcvmatchcontours.cpp231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; in cvMatchContourTrees() local

123