Searched refs:W1 (Results 1 – 14 of 14) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | product-weight.h | 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) {} in ProductWeight() 39 static const ProductWeight<W1, W2> &Zero() { in Zero() 40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero()); in Zero() 44 static const ProductWeight<W1, W2> &One() { in One() 45 static const ProductWeight<W1, W2> one(W1::One(), W2::One()); in One() 50 static const string type = W1::Type() + "_X_" + W2::Type(); in Type() 64 ProductWeight<W1, W2> &operator=(const ProductWeight<W1, W2> &w) { 80 ProductWeight<W1, W2> Quantize(float delta = kDelta) const { [all …]
|
D | random-weight.h | 127 typedef typename G1::Weight W1; typedef 129 typedef ProductWeight<W1, W2> Weight; 135 W1 w1 = generator1_(); in operator()
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_iconv.c | 440 Uint16 W1, W2; in SDL_iconv() local 444 W1 = ((Uint16)p[0] << 8) | in SDL_iconv() 448 if ( W1 < 0xD800 || W1 > 0xDFFF ) { in SDL_iconv() 449 ch = (Uint32)W1; in SDL_iconv() 452 if ( W1 > 0xDBFF ) { in SDL_iconv() 474 ch = (((Uint32)(W1 & 0x3FF) << 10) | in SDL_iconv() 481 Uint16 W1, W2; in SDL_iconv() local 485 W1 = ((Uint16)p[1] << 8) | in SDL_iconv() 489 if ( W1 < 0xD800 || W1 > 0xDFFF ) { in SDL_iconv() 490 ch = (Uint32)W1; in SDL_iconv() [all …]
|
/external/dropbear/libtommath/ |
D | bn_fast_s_mp_sqr.c | 32 mp_word W1; in fast_s_mp_sqr() local 43 W1 = 0; in fast_s_mp_sqr() 77 _W = _W + _W + W1; in fast_s_mp_sqr() 88 W1 = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_sqr()
|
/external/bouncycastle/src/main/java/org/bouncycastle/util/ |
D | Strings.java | 49 char W1 = (char)(0xD800 | (U >> 10)); in fromUTF8ByteArray() local 51 cs[length++] = W1; in fromUTF8ByteArray() 116 char W1 = ch; in toUTF8ByteArray() local 121 if (W1 > 0xDBFF) in toUTF8ByteArray() 125 int codePoint = (((W1 & 0x03FF) << 10) | (W2 & 0x03FF)) + 0x10000; in toUTF8ByteArray()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_mgc1.pkb | 57 ��AB�Gv!��W1̸tu�g�BQT^
|
D | es-ES_zl0_kpdf_mgc.pkb | 674 …��+�9h����Q�������Qp�6�������I����R[�$_xbT=k�s�;JOW8-W1>8$)67)&)*%8/20@…
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | libtommath.c | 3242 mp_word W1; in fast_s_mp_sqr() local 3253 W1 = 0; in fast_s_mp_sqr() 3287 _W = _W + _W + W1; in fast_s_mp_sqr() 3298 W1 = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_sqr()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_phs.pkb | 3223 G����ƍW1
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posd.pkb | 126 …��z����[A��0�y��`\ �n� �C*y��K)����T�z��d8C�!�W1BG��O9g�JzXr0s…
|
D | en-GB_kdt_g2p.pkb | 392 ��1���֑6�%cPY,؎E��樅W1���ձ�S��fR| �&$6 ����7@�����禘���1���fL��C��A���w�=…
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 625 mp_word W1; in fast_s_mp_sqr() local 636 W1 = 0; in fast_s_mp_sqr() 670 _W = _W + _W + W1; in fast_s_mp_sqr() 681 W1 = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_sqr()
|
/external/quake/quake/src/WinQuake/data/ |
D | TECHINFO.TXT | 1321 AT &F %C0 S48=7 Q0 V1 W1
|
/external/libpng/ |
D | CHANGES | 1599 Fixed typo in several makefiles (-W1 should be -Wl)
|