/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Diff.java | 123 for (final Word word0 : dict0) { 125 word0.mWord); 128 System.out.println("Deleted: " + word0.mWord + " " + word0.mFrequency); 132 if (word0.mFrequency != word1.getFrequency()) { 133 System.out.println("Freq changed: " + word0.mWord + " " + word0.mFrequency 137 if (word0.mIsNotAWord != word1.getIsNotAWord()) { 138 System.out.println("Not a word: " + word0.mWord + " " + word0.mIsNotAWor 154 final PtNode word0 = FusionDictionary.findWordInTree(dict0.mRootNodeArray, local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
romfs_fs.h | 22 __be32 word0; member in struct:romfs_super_block
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 22 __be32 word0; member in struct:romfs_super_block
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 22 __be32 word0; member in struct:romfs_super_block
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_ext.c | 36 uint32_t word0, word; local 51 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ 52 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); 62 word=word0|UCNV_EXT_TO_U_VALUE_MASK; 76 if(word0<=toUSection[start]) { 79 if(++start<limit && word0<=toUSection[start]) { 82 if(++start<limit && word0<=toUSection[start]) { [all...] |
/external/icu4c/common/ |
ucnv_ext.cpp | 37 uint32_t word0, word; local 52 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */ 53 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); 63 word=word0|UCNV_EXT_TO_U_VALUE_MASK; 77 if(word0<=toUSection[start]) { 80 if(++start<limit && word0<=toUSection[start]) { 83 if(++start<limit && word0<=toUSection[start]) { [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
cldutil.cc | 100 uint32 word0, word1; local 102 word0 = UnalignedLoad32(word_ptr) & kWordMask0[bytecount & 3]; 103 word0 = word0 ^ (word0 >> 3); 104 return word0; 107 word0 = UnalignedLoad32(word_ptr); 108 word0 = word0 ^ (word0 >> 3) 157 uint32 word0, word1, word2; local 226 uint64 word0; local [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
BinaryDictionaryDecayingTests.java | 275 final String word0 = words.get(word0Index); local 277 final Pair<String, String> bigram = new Pair<String, String>(word0, word1);
|
BinaryDictionaryTests.java | 256 final String word0 = words.get(random.nextInt(wordCount)); local 258 if (TextUtils.equals(word0, word1)) { 261 final Pair<String, String> bigram = new Pair<String, String>(word0, word1); 265 binaryDictionary.addBigramWords(word0, word1, bigramProbability); 453 final String word0 = words.get(random.nextInt(wordCount)); local 455 if (TextUtils.equals(word0, word1)) { 458 final Pair<String, String> bigram = new Pair<String, String>(word0, word1); 462 binaryDictionary.addBigramWords(word0, word1, bigramProbability); 541 final String word0 = words.get(word0Index); local 543 if (TextUtils.equals(word0, word1)) 665 final String word0 = words.get(random.nextInt(words.size())); local [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
dtoa.cpp | 66 #define word0(x) (x)->L[0] macro 69 #define word0(x) (x)->L[1] macro 560 #define d0 word0(d) 764 ASSERT((word0(&u) & Exp_mask) != Exp_mask); 776 if (word0(&u) & Sign_bit) { 778 word0(&u) &= ~Sign_bit; // clear sign bit 783 if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask >> Exp_shift1)))) { 785 word0(&d2) &= Frac_mask1; 786 word0(&d2) |= Exp_11; 816 x = (i > 32) ? (word0(&u) << (64 - i)) | (word1(&u) >> (i - 32) [all...] |
/bionic/libc/stdlib/ |
strtod.c | 215 #define word0(x) ((x).ul[1]) macro 218 #define word0(x) ((x).ul[0]) macro 268 #define Infinite(x) (word0(x) == 0x7ff00000) /* sufficient test for here */ 1025 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; 1032 word0(a) = L; 1039 word0(a) = 0x80000 >> L; 1043 word0(a) = 0; 1066 #define d0 word0(d) 1116 word0(d) = d0 >> 16 | d0 << 16; 1143 d0 = word0(d) >> 16 | word0(d) << 16 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.c | 478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); local 484 /* WORD0 */ 485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0); 486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0); 487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0); 488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0); 489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0); 490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0); [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.c | 478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); local 484 /* WORD0 */ 485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0); 486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0); 487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0); 488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0); 489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0); 490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0); [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 307 #define word0(x) (x)->L[1] macro 310 #define word0(x) (x)->L[0] macro 1163 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; 1172 word0(&u) = L; 1180 word0(&u) = 0x80000 >> L; 1184 word0(&u) = 0; 1208 #define d0 word0(&d) 1255 word0(&d) = d0 >> 16 | d0 << 16; 1280 d0 = word0(d) >> 16 | word0(d) << 16 [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 313 #define word0(x) (x)->L[1] macro 316 #define word0(x) (x)->L[0] macro 1169 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; 1178 word0(&u) = L; 1186 word0(&u) = 0x80000 >> L; 1190 word0(&u) = 0; 1214 #define d0 word0(&d) 1261 word0(&d) = d0 >> 16 | d0 << 16; 1286 d0 = word0(d) >> 16 | word0(d) << 16 [all...] |