Home
last modified time | relevance | path

Searched refs:thousand (Results 1 – 25 of 29) sorted by relevance

12

/external/fio/lib/
Dnum2str.c16 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/
Den.txt116 "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>;",
Dvi.txt33 "%%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>];",
Dga.txt181 "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/
DCRTest.java109 BigInteger thousand = BigInteger.valueOf(1000); in testCR() local
110 CR huge = CR.valueOf(million.multiply(million).multiply(thousand)); in testCR()
/external/clang/test/SemaObjC/
Dobjc-literal-nsnumber.m52 int thousand = 1000;
70 NSNumber *cv = @(big * thousand);
/external/icu/icu4c/source/data/locales/
Den.txt35 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/
Dcoordinate-systems.md24 added. Since the original browser has a few thousand pixels, the padded world
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt033backtracking.g61 * fixed lookahead; k=2 made a few extra thousand lines. ;)
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt033backtracking.g45 * fixed lookahead; k=2 made a few extra thousand lines. ;)
/external/clang/docs/
DLibASTMatchers.rst44 With more than a thousand classes in the Clang AST, one can quickly get lost
/external/skia/site/dev/testing/
Dtesting.md77 stand alone. A couple thousand tasks is pretty normal. Let's look at the
/external/ceres-solver/docs/source/
Dfaqs.rst148 5. For large bundle adjustment problems (a few thousand cameras or
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DindicExceptions.txt57 \u0BF2 Tamil number one thousand
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small239 # wear out after a few thousand cycles.
/external/zlib/src/doc/
Dalgorithm.txt122 would take too long if you're only decoding several thousand symbols. At the
/external/curl/docs/
DMAIL-ETIQUETTE140 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/
DTransliterator_Kanji_English.txt12 万>'[ten thousand]';
113 仟>'[one thousand]';
541 千>'[thousand]';
4536 萬>'[ten thousand]';
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt2673 thousand
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2673 thousand
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1007 不遠千里 < 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/
DNEWS1038 - Over a thousand commits! This is the first major release of HarfBuzz.
/external/libjpeg-turbo/
Dstructure.txt671 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/
Den-US_tpp_net.utf2021 8568 "thousand"
2023 8581 "thousand"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf1794 7409 "thousand"
1796 7422 "thousand"

12