/external/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:",
|
/external/python/pycparser/examples/c_files/ |
D | year.c | 5 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/ |
D | year.c | 10 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/ |
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 …]
|
/external/python/cpython2/Python/ |
D | dtoa.c | 1197 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/ |
D | StdDateFormat.java | 516 int tens = value / 10; 517 if (tens == 0) { 520 buffer.append((char) ('0' + tens)); 521 value -= 10 * tens;
|
/external/tensorflow/tensorflow/python/training/ |
D | moving_averages_test.py | 178 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/ |
D | long-chains.ll | 29 ; Check the number of instructions reassociated is in the tens not the hundreds.
|
/external/tensorflow/tensorflow/go/ |
D | README.md | 51 This can take a while (tens of minutes, more if also building for GPU).
|
/external/angle/doc/ |
D | ExternalBenchmarks.md | 14 GLES 2.0 and supports Linux and Android. It performs tens of tests and reports the framerate for
|
/external/libtextclassifier/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/openscreen/third_party/abseil/src/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/angle/third_party/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/llvm-project/llvm/docs/PDB/ |
D | MsfFile.rst | 180 to the first byte of block N+1, which could be tens of thousands of bytes later
|
/external/webrtc/third_party/abseil-cpp/ |
D | CONTRIBUTING.md | 39 of the libraries we've released have tens of thousands of users.
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 443 >>> dealt = sample(['tens', 'low cards'], counts=[16, 36], k=20) 444 >>> dealt.count('tens') / 20
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | README.md | 7 few to tens of hours. Nonetheless, when these devices are used on a daily basis,
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 325 There are probably tens of thousands of users, though it's difficult to obtain
|
/external/autotest/docs/ |
D | best-practices.md | 364 and/or is large (hundreds of megabytes as opposed to tens) then using an
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 104 * Creating device can take up to tens of milliseconds
|
/external/libjpeg-turbo/ |
D | structure.txt | 729 2. "Large" objects. These may require tens to hundreds of K depending on
|