/external/srec/doc/logs/srec/ |
D | recog4_SHIP_change_sample_rate2.res | 1 R: oh eight four nine two five one eight five 3 R: eight eight nine five eight eight two eight four 5 R: zero seven six five nine oh zero two five two 7 R: five zero two seven four nine three three zero zero 9 R: six nine five zero two eight seven seven 11 R: seven one one five six zero oh six five nine 13 R: oh three seven nine zero six eight five seven 15 R: zero nine nine five seven two oh one zero six 19 R: four two zero eight five nine oh nine four zero 21 R: zero seven nine five two five seven six nine eight [all …]
|
D | out_SHIP_change_sample_rate2.txt | 15 C: oh eight four zero nine two five one eight five 21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five' 22 LITERAL[ 0] : 'oh eight four nine two five one eight five' 27 LITERAL[ 1] : 'five four nine two five one eight five' 32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh' 37 LITERAL[ 3] : 'oh eight four nine two five one five' 42 LITERAL[ 4] : 'oh eight four oh nine two five one eight five' 47 LITERAL[ 5] : 'oh oh eight four nine two five one eight five' 52 LITERAL[ 6] : 'oh eight four nine two five one two five' 57 LITERAL[ 7] : 'oh eight four nine two five four eight five' [all …]
|
/external/srec/config/en.us/tcp/ |
D | change_sample_rate2.tcp | 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five 14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero 16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six 17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine 18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven 19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero six 21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero 23 recognize_nist dallas/0300/S052.nwf 0 0 zero seven nine five two five seven six nine eight 24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two oh [all …]
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | size_lin_log.hh | 29 int nine=9; in size_lin_log() local 35 for (int i=0;i<nine;i++){ in size_lin_log() 42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log() 44 for (int i=0;i<nb_point-nine;i++){ in size_lin_log() 46 X[i+nine]=log_size[i]; in size_lin_log()
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | kasumi.c | 41 u16 nine, seven; in FI() local 88 nine = (u16)(in>>7)&0x1FF; in FI() 92 nine = (u16)(S9[nine] ^ seven); in FI() 93 seven = (u16)(S7[seven] ^ (nine & 0x7F)); in FI() 95 nine ^= (subkey&0x1FF); in FI() 96 nine = (u16)(S9[nine] ^ seven); in FI() 97 seven = (u16)(S7[seven] ^ (nine & 0x7F)); in FI() 98 return (u16)(seven<<9) + nine; in FI()
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 189 APInt nine(8, 9); in TEST() local 192 EXPECT_EQ(nine.srem(two), one); in TEST() 193 EXPECT_EQ(nine.srem(-two), one); in TEST() 194 EXPECT_EQ((-nine).srem(two), -one); in TEST() 195 EXPECT_EQ((-nine).srem(-two), -one); in TEST() 197 APInt::sdivrem(nine, two, q, r); in TEST() 200 APInt::sdivrem(-nine, two, q, r); in TEST() 203 APInt::sdivrem(nine, -two, q, r); in TEST() 206 APInt::sdivrem(-nine, -two, q, r); in TEST()
|
/external/zlib/src/doc/ |
D | algorithm.txt | 84 of the first table is nine bits. Also the distance trees have 30 possible 96 lookup table for the first, let's say, nine bits of a Huffman symbol. The 98 symbol is shorter than nine bits, then that symbol's translation is duplicated 100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a 101 symbol is nine bits long, it appears in the table once. 103 If the symbol is longer than nine bits, then that entry in the table points 112 So a table entry either points to another table (in which case nine bits in
|
/external/srec/config/en.us/dictionary/ |
D | basic.ok | 20 nine +>|
|
D | large.ok | 20190 nine +>|
|
/external/icu4c/data/rbnf/ |
D | en.txt | 104 "9: nine;", 182 "90: nine>%%tieth>;",
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/ |
D | HGaussianBlur.frag | 12 // take nine samples, with the distance blurSize between them
|
D | VGaussianBlur.frag | 13 // take nine samples, with the distance blurSize between them
|
/external/ceres-solver/docs/ |
D | bundleadjustment.tex | 13 Each residual in a BAL problem depends on a three dimensional point and a nine parameter 14 camera. The nine parameters defining the camera can are: Three for rotation as a Rodriquez axis-ang…
|
/external/icu4c/data/translit/ |
D | Latin_InterIndic.txt | 112 $nine=\uE06F; # DIGIT NINE 341 9→$nine;
|
D | InterIndic_Latin.txt | 116 $nine=\uE06F; # DIGIT NINE 433 $nine → 9;
|
/external/webp/src/dsp/ |
D | dec_sse2.c | 436 const __m128i nine = _mm_set1_epi16(0x0900); in DoFilter6() local 444 const __m128i f9_lo = _mm_mulhi_epi16(f_lo, nine); // Filter (lo) * 9 in DoFilter6() 445 const __m128i f9_hi = _mm_mulhi_epi16(f_hi, nine); // Filter (hi) * 9 in DoFilter6()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | JSR166TestCase.java | 612 public static final Integer nine = new Integer(9); field in JSR166TestCase
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1101 … pre-nine $GI!@E5E
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 758 …ghtsQF!6LKnine$F!6F nineteen $F6F…
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 278 fact she was now more than nine feet high, and she at once took 385 she was in the pool of tears which she had wept when she was nine 1325 down to nine inches high. 1817 it were nine o'clock in the morning, just time to begin lessons: 2672 `Ten hours the first day,' said the Mock Turtle: `nine the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 2093 CARD "half-nine" "h'A:fna_In" 2107 CARD "nine" "n'a_In" 2136 CARD "post-nine" "p'o_Ustna_In" 2138 CARD "pre-nine" "pr'i:na_In"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 1828 CARD "half-nine" "h'qfna_In" 1842 CARD "nine" "n'a_In"
|
/external/valgrind/main/ |
D | NEWS | 2733 2.2.0 brings nine months worth of improvements and bug fixes. We
|
/external/bison/build-aux/ |
D | texinfo.tex | 7675 % nonrecursive macros of zero, one, up to nine, and many arguments.
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 5701 pass in a minimum of nine extra bytes before the accelerator could be called. The CTR accelerator …
|