Home
last modified time | relevance | path

Searched refs:nine (Results 1 – 25 of 30) sorted by relevance

12

/external/srec/doc/logs/srec/
Drecog4_SHIP_change_sample_rate2.res1 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 …]
Dout_SHIP_change_sample_rate2.txt15 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/
Dchange_sample_rate2.tcp12 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/
Dsize_lin_log.hh29 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/
Dkasumi.c41 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/
DAPIntTest.cpp189 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/
Dalgorithm.txt84 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/
Dbasic.ok20 nine +>|
Dlarge.ok20190 nine +>|
/external/icu4c/data/rbnf/
Den.txt104 "9: nine;",
182 "90: nine>%%tieth>;",
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
DHGaussianBlur.frag12 // take nine samples, with the distance blurSize between them
DVGaussianBlur.frag13 // take nine samples, with the distance blurSize between them
/external/ceres-solver/docs/
Dbundleadjustment.tex13 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/
DLatin_InterIndic.txt112 $nine=\uE06F; # DIGIT NINE
341 9→$nine;
DInterIndic_Latin.txt116 $nine=\uE06F; # DIGIT NINE
433 $nine → 9;
/external/webp/src/dsp/
Ddec_sse2.c436 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/
DJSR166TestCase.java612 public static final Integer nine = new Integer(9); field in JSR166TestCase
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1101 …��������������������������������������������������������������������������������� pre-nine $GI!@E5E
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb758 …ghtsQF!6LK��������������������������������������������������������������nine$F!6F nineteen $F6F…
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt278 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/
Den-GB_lexpos.utf2093 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/
Den-US_lexpos.utf1828 CARD "half-nine" "h'qfna_In"
1842 CARD "nine" "n'a_In"
/external/valgrind/main/
DNEWS2733 2.2.0 brings nine months worth of improvements and bug fixes. We
/external/bison/build-aux/
Dtexinfo.tex7675 % nonrecursive macros of zero, one, up to nine, and many arguments.
/external/dropbear/libtomcrypt/
Dcrypt.tex5701 pass in a minimum of nine extra bytes before the accelerator could be called. The CTR accelerator …

12