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

  /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()
159 W1 w1 = W1::Zero(); local
160 strm1 >> w1; local
    [all...]
random-weight.h 127 typedef typename G1::Weight W1;
129 typedef ProductWeight<W1, W2> Weight;
135 W1 w1 = generator1_(); local
137 return Weight(w1, w2);
  /external/dropbear/libtommath/
bn_fast_s_mp_sqr.c 32 mp_word W1;
43 W1 = 0;
77 _W = _W + _W + W1;
88 W1 = _W >> ((mp_word)DIGIT_BIT);
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 440 Uint16 W1, W2;
444 W1 = ((Uint16)p[0] << 8) |
448 if ( W1 < 0xD800 || W1 > 0xDFFF ) {
449 ch = (Uint32)W1;
452 if ( W1 > 0xDBFF ) {
474 ch = (((Uint32)(W1 & 0x3FF) << 10) |
481 Uint16 W1, W2;
485 W1 = ((Uint16)p[1] << 8) |
489 if ( W1 < 0xD800 || W1 > 0xDFFF )
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/
Strings.java 49 char W1 = (char)(0xD800 | (U >> 10));
51 cs[length++] = W1;
106 char W1 = ch;
111 if (W1 > 0xDBFF)
115 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000;
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
idct.cpp 183 r4 = (r8 + (W1 - W7) * r4);
186 r5 = (r8 - (W1 + W7) * r5);
235 /* scale as that of coefficients (W1,...W7) */
275 r4 = (r8 + (W1 - W7) * r4) >> 3;
276 r5 = (r8 - (W1 + W7) * r5) >> 3;
406 r4 = (r8 + (W1 - W7) * r4);
409 r5 = (r8 - (W1 + W7) * r5);
458 /* scale as that of coefficients (W1,...W7) */
496 r4 = (r8 + (W1 - W7) * r4) >> 3;
497 r5 = (r8 - (W1 + W7) * r5) >> 3
    [all...]
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
idct_vca.cpp 125 x4 = (W1 * x4 + 4) >> 3;
172 x1 = W1 * x1;
225 x1 = (W1 * x1 + 4) >> 3;
281 x1 = W1 * x1;
334 x1 = (W1 * x1 + 4) >> 3;
395 x1 = W1 * x1;
474 x4 = (W1 * x4 + 4) >> 3;
544 x1 = (W1 * x1 + 4) >> 3;
617 x1 = (W1 * x1 + 4) >> 3;
block_idct.cpp 559 x4 = (x8 + (W1 - W7) * x4) >> 3;
560 x5 = (x8 - (W1 + W7) * x5) >> 3;
671 x4 = (x8 + (W1 - W7) * x4) >> 3;
672 x5 = (x8 - (W1 + W7) * x5) >> 3;
870 x4 = x8 + (W1 - W7) * x4;
871 x5 = x8 - (W1 + W7) * x5;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 183 r4 = (r8 + (W1 - W7) * r4);
186 r5 = (r8 - (W1 + W7) * r5);
235 /* scale as that of coefficients (W1,...W7) */
275 r4 = (r8 + (W1 - W7) * r4) >> 3;
276 r5 = (r8 - (W1 + W7) * r5) >> 3;
406 r4 = (r8 + (W1 - W7) * r4);
409 r5 = (r8 - (W1 + W7) * r5);
458 /* scale as that of coefficients (W1,...W7) */
496 r4 = (r8 + (W1 - W7) * r4) >> 3;
497 r5 = (r8 - (W1 + W7) * r5) >> 3
    [all...]
idct.h 75 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
89 /* for the transform coefficients (W1,...W7) */
idct_vca.cpp 120 x4 = (W1 * x4 + 4) >> 3;
167 x1 = W1 * x1;
220 x1 = (W1 * x1 + 4) >> 3;
276 x1 = W1 * x1;
329 x1 = (W1 * x1 + 4) >> 3;
390 x1 = W1 * x1;
466 x4 = (W1 * x4 + 4) >> 3;
536 x1 = (W1 * x1 + 4) >> 3;
609 x1 = (W1 * x1 + 4) >> 3;
block_idct.cpp 558 x4 = (x8 + (W1 - W7) * x4) >> 3;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
670 x4 = (x8 + (W1 - W7) * x4) >> 3;
671 x5 = (x8 - (W1 + W7) * x5) >> 3;
869 x4 = x8 + (W1 - W7) * x4;
870 x5 = x8 - (W1 + W7) * x5;
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastidct.cpp 89 x1 = W1 * x1;
125 x1 = W1 * x1;
160 x1 = W1 * x1;
192 x1 = W1 * x1;
275 x4 = x8 + (W1 - W7) * x4;
276 x5 = x8 - (W1 + W7) * x5;
393 x4 = (W1 * x4 + 4) >> 3;
464 x1 = (W1 * x1 + 4) >> 3;
534 x1 = (W1 * x1 + 4) >> 3;
596 x4 = (W1 * x4 + 4) >> 3
    [all...]
dct.h 38 #define W1 2841 /* 2048*sqrt(2)*cos(1*pi/16) */
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/opencore/engines/author/test/test_input/
amrwbtestinput.awb 12 L???I???U??C??????Z*???XJl??0?7?>?( ???JN?r??*W1??-j+ xc???Fx_??? Z"??gZ? ?H???AH?a23K;??y??7XÑ??zC@??b???:&???Z???????i????g?l?f??=???.{??5??, ???V?. PoM??b???!?*?H?l??@?3g~?????p?~?`HI M?N>?? ?D/??U ?? ?0@
255 ?T???d1`,??????wY???????7?3?!?'??yW??[??Q?6s?,?8%??+??yy ??s?=3?O???(??5JT?? ??,??+ ???g-?S_?QP??^? W??Qyn?m?Uw?wt?n??,?!{??@?,3^??? ?????!~?%?V?(NmBp?wDy?,??MP??36=??B?*Nq3*s??)"?;"?l?_???????3??D?,??RIh??t?g????µ-6??~?o?K?mÍMuJ?9r,??X???W1[???_???5/??8t???"L]m+????sxX,??i+^??);???Z??%,Bs?<^??l`{??o???_?}?????4??e?^??g????U? ????Y`??E?h*p?"B?*/v?????I#?4??e???7<?W???g??!??g?? .???? b???'?ef?kT??4??j??????P
302 K%#?a ??????? p????T<H?N?P??7/?3?sp??????v?N?2÷iuKp?C<??i?????`?\?7??5N<=y?>??;????Oq???y-]I????^???i?J%wcp???G<???G$ Z?@?%QX??????W?b??ˆ??????<?1?l?????"?C?w?????`s??G41????xS?;?8??'???w:??e???~??4:H3q6:*:Y'?$?T0?'u?._?)?7????P????$???F?Z???#Fs?i%???,R ??Q?SP?|???r?#%]??%?Z??#B,'"l?S??%`dIv?mZb?S+Uf?????*???O?|!?31UU?Xg+JN?Q??????NO~???]??f?????s^;a??? ?!0??`??GH4??W?????u{8"??N0?-8?j??w?????B?-k?]??t2?!??mT?3??D?R,"??3??À????5w?[??_??q????C<+G????????S?>"{?q???rV?k?F?? ??$?%?L?V??me??W?W1??>????I????G???i?D???)???]?\???5?i?s?'??E?y?a???????k0?'rk?_?????U?sN?M????.g?#? ?g???~lU?Y?e????l-?Ad??|????6???'K?~6?DP??=??d=S|B???W[?????iN?6?K???.?~?#Y?C?)Bz????/a??iJ?SIf;??y?O1?Y? !??????I?$F??)?x?g;E????'??e??? T?)???'z,T?p~ ?gDu???|e,??Ob??m??#t`?? [P@€X?kS???MDR??????L(??H ????v|O(?mo ?}??=1???o?Y??F?^????[????8?f,MW??C??u?U?Y8??@??j???)#?^?9?X?g.?7??G??g0???}?K?@???pz??P???m??wW?F7?r?4???, ? :@??}???k#??{???o?% ??? W>???7Qbd?+??k?W2??a?uE?(HI?^?"k????R?e/?L??k???-f??qMo?3?c???9d??J?p?5??6^=?p??t??V??5^`??L? 8D&0?s??-?-!/?K???b???;-?8?!?4?OP??G??6??V_?8QX?/??????!>??A?????@LN???BP?v??
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 625 mp_word W1;
636 W1 = 0;
670 _W = _W + _W + W1;
681 W1 = _W >> ((mp_word)DIGIT_BIT);
7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin     [all...]

Completed in 88 milliseconds