Searched refs:thousand (Results 1 – 25 of 29) sorted by relevance
12
/external/fio/lib/ |
D | num2str.c | 16 const unsigned int thousand[] = { 1000, 1024 }; in num2str() local 25 base /= thousand[!!pow2]; in num2str() 43 modulo = num % thousand[!!pow2]; in num2str() 44 num /= thousand[!!pow2]; in num2str() 45 carry = modulo >= thousand[!!pow2] / 2; in num2str()
|
/external/icu/icu4c/source/data/rbnf/ |
D | en.txt | 116 "1000: << thousand[ >>];", 128 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];", 135 "1000: << thousand[>%%and>];", 136 "100000/1000: << thousand[>%%commas>];", 174 "1000: <%spellout-numbering< thousand>%%th>;", 188 "1000: , <%spellout-cardinal-verbose< thousand>%%commas-o>;", 195 "1000: <%spellout-numbering-verbose< thousand>%%and-o>;", 196 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;",
|
D | vi.txt | 33 "%%after-thousand-or-more:", 52 "1000: << ngh\u00ECn[ >%%after-thousand-or-more>];", 53 "1000000: << tri\u1EC7u[ >%%after-thousand-or-more>];", 54 "1000000000: << t\u1EF7[ >%%after-thousand-or-more>];",
|
D | ga.txt | 181 "2: =%%thousand=;", 182 "11: =%%thousand= dh\u00E9ag;", 183 "20: =%%thousand=;", 184 "%%thousand:", 190 "0: ' =%%thousand=;", 191 "1: ' is =%%spellout-cardinal-prefixpart= =%%thousand=;",
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 109 BigInteger thousand = BigInteger.valueOf(1000); in testCR() local 110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); in testCR()
|
/external/clang/test/SemaObjC/ |
D | objc-literal-nsnumber.m | 52 int thousand = 1000; 70 NSNumber *cv = @(big * thousand);
|
/external/icu/icu4c/source/data/locales/ |
D | en.txt | 35 one{"0 thousand"} 36 other{"0 thousand"} 39 one{"00 thousand"} 40 other{"00 thousand"} 43 one{"000 thousand"} 44 other{"000 thousand"}
|
/external/chromium-trace/catapult/tracing/docs/ |
D | coordinate-systems.md | 24 added. Since the original browser has a few thousand pixels, the padded world
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t033backtracking.g | 61 * fixed lookahead; k=2 made a few extra thousand lines. ;)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t033backtracking.g | 45 * fixed lookahead; k=2 made a few extra thousand lines. ;)
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 44 With more than a thousand classes in the Clang AST, one can quickly get lost
|
/external/skia/site/dev/testing/ |
D | testing.md | 77 stand alone. A couple thousand tasks is pretty normal. Let's look at the
|
/external/ceres-solver/docs/source/ |
D | faqs.rst | 148 5. For large bundle adjustment problems (a few thousand cameras or
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indicExceptions.txt | 57 \u0BF2 Tamil number one thousand
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 239 # wear out after a few thousand cycles.
|
/external/zlib/src/doc/ |
D | algorithm.txt | 122 would take too long if you're only decoding several thousand symbols. At the
|
/external/curl/docs/ |
D | MAIL-ETIQUETTE | 140 thousand recipients. Your email may cover an area that not that many people
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 12 万>'[ten thousand]'; 113 仟>'[one thousand]'; 541 千>'[thousand]'; 4536 萬>'[ten thousand]';
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 2673 thousand
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 2673 thousand
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1007 不遠千里 < make\-light\-of\-travelling\-a\-thousand\-li; 1338 百端待舉 < a\-thousand\-things\-remain\-to\-be\-done; 4231 秭 < one\-thousand\-millions; 4268 三萬七千 < thirty\-seven\-thousand; 6819 幾千 < several\-thousand; 7837 三萬 < thirty\-thousand; 8322 八千 < eight\-thousand; 9182 四千 < four\-thousand; 9554 万 < ten\-thousand; 9694 仟 < one\-thousand; [all …]
|
/external/harfbuzz_ng/ |
D | NEWS | 1038 - Over a thousand commits! This is the first major release of HarfBuzz.
|
/external/libjpeg-turbo/ |
D | structure.txt | 671 must be large enough to hold a worst-case compressed MCU; a couple thousand
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_tpp_net.utf | 2021 8568 "thousand" 2023 8581 "thousand"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_tpp_net.utf | 1794 7409 "thousand" 1796 7422 "thousand"
|
12