/third_party/icu/icu4c/source/data/rbnf/ |
D | chr.txt | 35 "20: \uABA4\uAB85\uAB9D\uAB7A>%%spellout-tens>;", 36 "30: \uABB6\uAB72\uAB9D\uAB7A>%%spellout-tens>;", 37 "40: \uAB95\uAB79\uAB9D\uAB7A>%%spellout-tens>;", 38 "50: \uAB7F\uAB9D\uAB79\uAB9D\uAB7A>%%spellout-tens>;", 39 "60: \uABA1\uABA3\uAB85\uAB9D\uAB7A>%%spellout-tens>;", 40 "70: \uAB76\uAB85\uAB96\uAB9D\uAB7A>%%spellout-tens>;", 41 "80: \uABB7\uAB91\uAB83\uAB9D\uAB7A>%%spellout-tens>;", 42 "90: \uABA0\uAB91\uAB83\uAB9D\uAB7A>%%spellout-tens>;", 52 "%%spellout-tens:",
|
D | ak.txt | 30 "10: du[->%%spellout-cardinal-tens>];", 31 "20: aduonu[->%%spellout-cardinal-tens>];", 32 "30: aduasa[->%%spellout-cardinal-tens>];", 33 "40: adu<<[->%%spellout-cardinal-tens>];", 49 "%%spellout-cardinal-tens:",
|
D | pl.txt | 35 "20: <%%spellout-cardinal-tens<[ >>];", 94 "20: <%%spellout-cardinal-tens<[ >%%spellout-cardinal-feminine-ones>];", 139 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-genitive-ones>];", 186 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-dative-ones>];", 323 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-locative-ones>];", 362 "%%spellout-cardinal-tens:", 372 "%%spellout-cardinal-genitive-tens:",
|
/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | chr.txt | 35 "20: \uABA4\uAB85\uAB9D\uAB7A>%%spellout-tens>;", 36 "30: \uABB6\uAB72\uAB9D\uAB7A>%%spellout-tens>;", 37 "40: \uAB95\uAB79\uAB9D\uAB7A>%%spellout-tens>;", 38 "50: \uAB7F\uAB9D\uAB79\uAB9D\uAB7A>%%spellout-tens>;", 39 "60: \uABA1\uABA3\uAB85\uAB9D\uAB7A>%%spellout-tens>;", 40 "70: \uAB76\uAB85\uAB96\uAB9D\uAB7A>%%spellout-tens>;", 41 "80: \uABB7\uAB91\uAB83\uAB9D\uAB7A>%%spellout-tens>;", 42 "90: \uABA0\uAB91\uAB83\uAB9D\uAB7A>%%spellout-tens>;", 52 "%%spellout-tens:",
|
D | ak.txt | 30 "10: du[->%%spellout-cardinal-tens>];", 31 "20: aduonu[->%%spellout-cardinal-tens>];", 32 "30: aduasa[->%%spellout-cardinal-tens>];", 33 "40: adu<<[->%%spellout-cardinal-tens>];", 49 "%%spellout-cardinal-tens:",
|
D | pl.txt | 35 "20: <%%spellout-cardinal-tens<[ >>];", 94 "20: <%%spellout-cardinal-tens<[ >%%spellout-cardinal-feminine-ones>];", 139 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-genitive-ones>];", 186 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-dative-ones>];", 323 … "20: <%%spellout-cardinal-genitive-tens<[ >%%spellout-cardinal-masculine-locative-ones>];", 362 "%%spellout-cardinal-tens:", 372 "%%spellout-cardinal-genitive-tens:",
|
/third_party/libsnd/src/ |
D | common.c | 106 uint32_t u, tens ; in psf_log_printf() local 199 tens = 1 ; in psf_log_printf() 201 while (u / tens >= 10) in psf_log_printf() 202 { tens *= 10 ; in psf_log_printf() 230 while (tens > 0) in psf_log_printf() 231 { log_putchar (psf, '0' + u / tens) ; in psf_log_printf() 232 u %= tens ; in psf_log_printf() 233 tens /= 10 ; in psf_log_printf() 285 tens = 1 ; in psf_log_printf() 287 while (u / tens >= 10) in psf_log_printf() [all …]
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | strtod.c | 356 dval(&rv) = tens[k - 9] * dval(&rv) + z; 381 /* rv = */ rounded_product(dval(&rv), tens[e]); 398 dval(&rv) *= tens[i]; 405 /* rv = */ rounded_product(dval(&rv), tens[e]); 411 /* rv = */ rounded_product(dval(&rv), tens[e]); 425 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); 457 dval(&rv) *= tens[i]; 523 dval(&rv) /= tens[i];
|
D | strtodg.c | 553 dval(&rv) = tens[k - 9] * dval(&rv) + z; 566 /* rv = */ rounded_product(dval(&rv), tens[e]); 580 dval(&rv) *= tens[i]; 588 /* adj = */ rounded_product(dval(&adj), tens[e2]); 595 /* rv = */ rounded_product(dval(&rv), tens[e2]); 604 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); 619 dval(&rv) *= tens[i]; 641 dval(&rv) /= tens[i];
|
D | gdtoaimp.h | 584 #define tens __tens_D2A macro 591 extern CONST double bigtens[], tens[], tinytens[];
|
D | misc.c | 838 tens[] = { variable
|
/third_party/python/Python/ |
D | dtoa.c | 1127 tens[] = { variable 1640 dval(&rv) = tens[k - 9] * dval(&rv) + z; in _Py_dg_strtod() 1649 dval(&rv) *= tens[e]; in _Py_dg_strtod() 1658 dval(&rv) *= tens[i]; in _Py_dg_strtod() 1659 dval(&rv) *= tens[e]; in _Py_dg_strtod() 1664 dval(&rv) /= tens[-e]; in _Py_dg_strtod() 1676 dval(&rv) *= tens[i]; in _Py_dg_strtod() 1713 dval(&rv) /= tens[i]; in _Py_dg_strtod() 2376 if (dval(&u) < tens[k]) in _Py_dg_dtoa() 2451 ds = tens[k&0xf]; in _Py_dg_dtoa() [all …]
|
/third_party/lwip/ |
D | README.OpenSource | 9 …full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of fre…
|
D | FEATURES | 3 …full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of fre…
|
D | README_en.md | 7 in embedded systems with tens of kilobytes of free RAM and room for
|
D | README | 7 in embedded systems with tens of kilobytes of free RAM and room for
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 14 GLES 2.0 and supports Linux and Android. It performs tens of tests and reports the framerate for
|
/third_party/libwebsockets/ |
D | README.md | 45 Today at least tens of millions of devices and product features rely on lws to
|
/third_party/libwebsockets/READMEs/ |
D | README.jwt.md | 45 token's validity time, usually to a few tens of minutes or how long it takes a
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/third_party/python/Doc/library/ |
D | random.rst | 454 >>> dealt = sample(['tens', 'low cards'], counts=[16, 36], k=20) 455 >>> dealt.count('tens') / 20
|
/third_party/gn/ |
D | README.md | 24 many thousands of build files and tens of thousands of source files.
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 194 Arabic). So the translated patterns get used in tens of countries. On the other
|
/third_party/rust/crates/unicode-ident/ |
D | README.md | 76 representation – there are some ranges where tens of thousands of adjacent
|
/third_party/lwip/doc/ |
D | ppp.txt | 362 * seconds to several tens of seconds depending on the current PPP state.
|