Home
last modified time | relevance | path

Searched refs:tens (Results 1 – 25 of 37) sorted by relevance

12

/third_party/icu/icu4c/source/data/rbnf/
Dchr.txt35 "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:",
Dak.txt30 "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:",
Dpl.txt35 "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/
Dchr.txt35 "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:",
Dak.txt30 "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:",
Dpl.txt35 "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/
Dcommon.c106 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/
Dstrtod.c356 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];
Dstrtodg.c553 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];
Dgdtoaimp.h584 #define tens __tens_D2A macro
591 extern CONST double bigtens[], tens[], tinytens[];
Dmisc.c838 tens[] = { variable
/third_party/python/Python/
Ddtoa.c1127 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/
DREADME.OpenSource9 …full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of fre…
DFEATURES3 …full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of fre…
DREADME_en.md7 in embedded systems with tens of kilobytes of free RAM and room for
DREADME7 in embedded systems with tens of kilobytes of free RAM and room for
/third_party/skia/third_party/externals/angle2/doc/
DExternalBenchmarks.md14 GLES 2.0 and supports Linux and Android. It performs tens of tests and reports the framerate for
/third_party/libwebsockets/
DREADME.md45 Today at least tens of millions of devices and product features rely on lws to
/third_party/libwebsockets/READMEs/
DREADME.jwt.md45 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/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/third_party/python/Doc/library/
Drandom.rst454 >>> dealt = sample(['tens', 'low cards'], counts=[16, 36], k=20)
455 >>> dealt.count('tens') / 20
/third_party/gn/
DREADME.md24 many thousands of build files and tens of thousands of source files.
/third_party/icu/docs/userguide/format_parse/messages/
Dindex.md194 Arabic). So the translated patterns get used in tens of countries. On the other
/third_party/rust/crates/unicode-ident/
DREADME.md76 representation &ndash; there are some ranges where tens of thousands of adjacent
/third_party/lwip/doc/
Dppp.txt362 * seconds to several tens of seconds depending on the current PPP state.

12