HomeSort by relevance Sort by last modified time
    Searched refs:W2 (Results 1 - 22 of 22) sorted by null

  /external/openfst/src/include/fst/
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...]
pair-weight.h 37 template<class W1, class W2> class PairWeight;
38 template <class W1, class W2>
39 istream &operator>>(istream &strm, PairWeight<W1, W2> &w);
41 template<class W1, class W2>
44 friend istream &operator>><W1, W2>(istream&, PairWeight<W1, W2>&);
47 typename W2::ReverseWeight>
54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
136 W2 w2 = W2::Zero(); local
137 strm >> w2; local
199 W2 w2 = W2::Zero(); local
200 strm2 >> w2; local
    [all...]
weight.h 142 bool operator()(const W &w1, const W &w2) const {
143 return (Plus(w1, w2) == w1) && w1 != w2;
162 template <class W1, class W2>
164 W2 operator()(W1 w1) const {
166 << W1::Type() << "\" to \"" << W2::Type();
167 return W2::NoWeight();
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...]
expectation-weight.h 59 typedef X2 W2;
110 uint64 props2 = W2::Properties();
arc.h 164 template<class W1, class W2>
167 typedef LexicographicWeight<W1, W2> Weight;
188 template<class W1, class W2>
191 typedef ProductWeight<W1, W2> Weight;
signed-log-weight.h 109 const SignedLogWeightTpl<T> &w2) {
110 if (!w1.Member() || !w2.Member())
113 bool s2 = w2.Value1().Value() > 0.0;
115 T f2 = w2.Value2().Value();
117 return w2;
131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1))));
136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2))));
146 const SignedLogWeightTpl<T> &w2) {
147 SignedLogWeightTpl<T> minus_w2(-w2.Value1().Value(), w2.Value2())
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 28 // Product semiring: W1 * W2
29 template<class W1, class W2>
32 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
44 static const ProductWeight<W1, W2> &One()
163 W2 w2 = W2::Zero(); local
164 strm >> w2; local
    [all...]
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);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
463 W2 = ((Uint16)p[0] << 8) |
467 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
475 (Uint32)(W2 & 0x3FF)) + 0x10000;
481 Uint16 W1, W2;
504 W2 = ((Uint16)p[1] << 8) |
508 if ( W2 < 0xDC00 || W2 > 0xDFFF ) {
516 (Uint32)(W2 & 0x3FF)) + 0x10000
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 106 struct W2 { void operator delete[] (void *) {}
139 check_no_cookie<W2> (11);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 106 struct W2 { void operator delete[] (void *) {}
139 check_no_cookie<W2> (11);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 196 r2 = (r1 - (W2 + W6) * r2);
197 r3 = (r1 + (W2 - W6) * r3);
287 r2 = (r1 - (W2 + W6) * r2) >> 3;
288 r3 = (r1 + (W2 - W6) * r3) >> 3;
419 r2 = (r1 - (W2 + W6) * r2);
420 r3 = (r1 + (W2 - W6) * r3);
508 r2 = (r1 - (W2 + W6) * r2) >> 3;
509 r3 = (r1 + (W2 - W6) * r3) >> 3;
idct.h 76 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
block_idct.cpp 568 x2 = (x1 - (W2 + W6) * x2) >> 3;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
680 x2 = (x1 - (W2 + W6) * x2) >> 3;
681 x3 = (x1 + (W2 - W6) * x3) >> 3;
879 x2 = x1 - (W2 + W6) * x2;
880 x3 = x1 + (W2 - W6) * x3;
idct_vca.cpp 211 x2 = (W2 * x2 + 4) >> 3;
267 x2 = W2 * x2;
320 x2 = (W2 * x2 + 4) >> 3;
381 x2 = W2 * x2;
527 x2 = (W2 * x2 + 4) >> 3;
600 x2 = (W2 * x2 + 4) >> 3;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 52 char W2 = (char)(0xDC00 | (U & 0x3FF));
54 ch = W2;
136 char W2 = ch;
143 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 115 x2 = W2 * x2;
150 x2 = W2 * x2;
215 x2 = W2 * x2;
284 x2 = x1 - (W2 + W6) * x2;
285 x3 = x1 + (W2 - W6) * x3;
454 x2 = (W2 * x2 + 4) >> 3;
524 x2 = (W2 * x2 + 4) >> 3;
651 x2 = (W2 * x2 + 4) >> 3;
786 x2 = (x1 - (W2 + W6) * x2) >> 3;
787 x3 = (x1 + (W2 - W6) * x3) >> 3
    [all...]
dct.h 39 #define W2 2676 /* 2048*sqrt(2)*cos(2*pi/16) */
  /external/opencv/cv/src/
cvcalibration.cpp 416 CvMat W1 = cvMat(3,9,CV_64F,_W1), W2 = cvMat(3,3,CV_64F,_W2);
429 cvMatMul( &W1, &dR1dr1, &W2 );
430 cvConvert( &W2, dr3dr1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
437 cvConvert( &W2, dr3dr2 );
    [all...]

Completed in 767 milliseconds