Home
last modified time | relevance | path

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

12

/external/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:",
/external/python/pycparser/examples/c_files/
Dyear.c5 void convert(int thousands, int hundreds, int tens, int ones) in convert() argument
22 if (tens != 1) in convert()
23 printf(" %s %s", for_ten[tens], num[ones]); in convert()
/external/python/pycparser/tests/c_files/
Dyear.c10 void convert(int thousands, int hundreds, int tens, int ones) in convert() argument
27 if (tens != 1) in convert()
28 printf(" %s %s", for_ten[tens], num[ones]); in convert()
/external/python/cpython3/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 …]
/external/python/cpython2/Python/
Ddtoa.c1197 tens[] = { variable
1708 dval(&rv) = tens[k - 9] * dval(&rv) + z; in _Py_dg_strtod()
1718 dval(&rv) *= tens[e]; in _Py_dg_strtod()
1727 dval(&rv) *= tens[i]; in _Py_dg_strtod()
1728 dval(&rv) *= tens[e]; in _Py_dg_strtod()
1733 dval(&rv) /= tens[-e]; in _Py_dg_strtod()
1745 dval(&rv) *= tens[i]; in _Py_dg_strtod()
1782 dval(&rv) /= tens[i]; in _Py_dg_strtod()
2474 if (dval(&u) < tens[k]) in _Py_dg_dtoa()
2549 ds = tens[k&0xf]; in _Py_dg_dtoa()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DStdDateFormat.java516 int tens = value / 10;
517 if (tens == 0) {
520 buffer.append((char) ('0' + tens));
521 value -= 10 * tens;
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py178 tens = _Repeat(10.0, dim)
180 var0 = variables.Variable(tens, name="v0")
203 self.assertAllClose(tens, self.evaluate(var0))
208 self.assertAllClose(tens, self.evaluate(avg0))
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dlong-chains.ll29 ; Check the number of instructions reassociated is in the tens not the hundreds.
/external/tensorflow/tensorflow/go/
DREADME.md51 This can take a while (tens of minutes, more if also building for GPU).
/external/angle/doc/
DExternalBenchmarks.md14 GLES 2.0 and supports Linux and Android. It performs tens of tests and reports the framerate for
/external/libtextclassifier/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/openscreen/third_party/abseil/src/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/angle/third_party/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/llvm-project/llvm/docs/PDB/
DMsfFile.rst180 to the first byte of block N+1, which could be tens of thousands of bytes later
/external/webrtc/third_party/abseil-cpp/
DCONTRIBUTING.md39 of the libraries we've released have tens of thousands of users.
/external/python/cpython3/Doc/library/
Drandom.rst443 >>> dealt = sample(['tens', 'low cards'], counts=[16, 36], k=20)
444 >>> dealt.count('tens') / 20
/external/autotest/client/site_tests/power_LoadTest/
DREADME.md7 few to tens of hours. Nonetheless, when these devices are used on a daily basis,
/external/python/cpython2/Doc/faq/
Dgeneral.rst325 There are probably tens of thousands of users, though it's difficult to obtain
/external/autotest/docs/
Dbest-practices.md364 and/or is large (hundreds of megabytes as opposed to tens) then using an
/external/deqp/doc/testspecs/VK/
Dapitests.adoc104 * Creating device can take up to tens of milliseconds
/external/libjpeg-turbo/
Dstructure.txt729 2. "Large" objects. These may require tens to hundreds of K depending on

12