Home
last modified time | relevance | path

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

12

/external/fio/lib/
Dnum2str.c25 const unsigned int thousand[] = { 1000, 1024 }; in num2str() local
43 base /= thousand[!!pow2]; in num2str()
74 modulo = num % thousand[!!pow2]; in num2str()
75 num /= thousand[!!pow2]; in num2str()
76 carry = modulo >= thousand[!!pow2] / 2; in num2str()
107 assert(modulo < thousand[!!pow2]); in num2str()
109 sprintf(tmp, fmt, (double)modulo / (double)thousand[!!pow2]); in num2str()
/external/icu/icu4c/source/data/rbnf/
Den.txt120 "1000: << thousand[ >>];",
132 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
141 "1000: << thousand[>%%and>];",
142 "100000/1000: << thousand[>%%commas>];",
181 "1000: <%spellout-numbering< thousand>%%th>;",
195 "1000: , <%spellout-cardinal-verbose< thousand>%%commas-o>;",
203 "1000: <%spellout-numbering-verbose< thousand>%%and-o>;",
204 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;",
Dga.txt175 "2: =%%thousand=;",
176 "11: =%%thousand= dh\u00E9ag;",
177 "20: =%%thousand=;",
178 "%%thousand:",
184 "0: ' =%%thousand=;",
185 "1: ' is =%%spellout-cardinal-prefixpart= =%%thousand=;",
Dvi.txt29 "%%after-thousand-or-more:",
48 "1000: << ngh\u00ECn[ >%%after-thousand-or-more>];",
/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/python/cpython2/Doc/library/
Dindex.rst31 several thousand components (from individual programs and modules to
Dxml.rst86 with a couple of thousand chars over and over again. The attack isn't as
/external/icu/icu4c/source/data/locales/
Den.txt29 one{"0 thousand"}
30 other{"0 thousand"}
33 one{"00 thousand"}
34 other{"00 thousand"}
37 one{"000 thousand"}
38 other{"000 thousand"}
/external/junit-params/
DRELEASES.md107 Since an example is worth a thousand words:
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt033backtracking.g45 * fixed lookahead; k=2 made a few extra thousand lines. ;)
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt033backtracking.g61 * 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.md81 stand alone. A couple thousand tasks is pretty normal. Let's look at the
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DindicExceptions.txt61 \u0BF2 Tamil number one thousand
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small239 # wear out after a few thousand cycles.
/external/syslinux/com32/lib/zlib/
Dalgorithm.txt122 would take too long if you're only decoding several thousand symbols. At the
/external/zlib/src/doc/
Dalgorithm.txt122 would take too long if you're only decoding several thousand symbols. At the
/external/python/cpython2/Modules/zlib/
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.txt16 万>'[ten thousand]';
117 仟>'[one thousand]';
545 千>'[thousand]';
4540 萬>'[ten thousand]';
/external/brotli/tests/testdata/
Dasyoulik.txt84 bequeathed me by will but poor a thousand crowns,
191 physic your rankness, and yet give no thousand
996 First Lord O, yes, into a thousand similes.
1234 CORIN Into a thousand that I have forgotten.
2678 You are a thousand times a properer man
2865 divide a minute into a thousand parts and break but
2930 almost six thousand years old, and in all this time
Dplrabn12.txt615 Ten thousand banners rise into the air,
866 A thousand demi-gods on golden seats,
1808 Ten thousand fathom deep, and to this hour
1841 And Discord with a thousand various mouths.
2426 Blows them transverse, ten thousand leagues awry
4294 Ten thousand thousand ensigns high advanced,
5386 Attended with ten thousand thousand Saints,
5388 And twenty thousand (I their number heard)
5455 Grasping ten thousand thunders, which he sent
5919 With thousand lesser lights dividual holds,
[all …]
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst425 parrot('a thousand', state='pushing up the daisies') # 1 positional, 1 keyword
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1009 不遠千里 < make\-light\-of\-travelling\-a\-thousand\-li;
1340 百端待舉 < a\-thousand\-things\-remain\-to\-be\-done;
4233 秭 < one\-thousand\-millions;
4270 三萬七千 < thirty\-seven\-thousand;
6821 幾千 < several\-thousand;
7839 三萬 < thirty\-thousand;
8324 八千 < eight\-thousand;
9184 四千 < four\-thousand;
9556 万 < ten\-thousand;
9696 仟 < one\-thousand;
[all …]

12