/external/fonttools/Lib/fontTools/misc/ |
D | py23.py | 343 def round2(number, ndigits=None): argument 383 def round3(number, ndigits=None): argument 393 def round3(number, ndigits=None): argument
|
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 80 unsigned int i, ndigits = 0, fract_digits = 0; in scan_scaled() local
|
/external/python/cpython3/Objects/ |
D | longobject.c | 248 int ndigits = 0; in PyLong_FromLong() local 317 int ndigits = 0; in PyLong_FromUnsignedLong() local 748 Py_ssize_t ndigits; in _PyLong_NumBits() local 781 Py_ssize_t ndigits; /* number of Python int digits */ in _PyLong_FromByteArray() local 890 Py_ssize_t ndigits; /* |v->ob_size| */ in _PyLong_AsByteArray() local 1079 int ndigits = 0; in PyLong_FromLongLong() local 1122 int ndigits = 0; in PyLong_FromUnsignedLongLong() local 1151 int ndigits = 0; in PyLong_FromSsize_t() local 1190 int ndigits = 0; in PyLong_FromSize_t() local 5012 PyObject *o_ndigits=NULL, *temp, *result, *ndigits; in long_round() local [all …]
|
D | floatobject.c | 927 double_round(double x, int ndigits) { in double_round() 985 double_round(double x, int ndigits) { in double_round() 1049 Py_ssize_t ndigits; in float___round___impl() local 1283 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local
|
/external/python/cpython2/Lib/test/ |
D | test_long.py | 98 def getran(self, ndigits): argument 122 def getran2(ndigits): argument
|
/external/python/cpython3/Lib/test/ |
D | test_long.py | 123 def getran(self, ndigits): argument 147 def getran2(ndigits): argument
|
/external/python/cpython2/Objects/ |
D | longobject.c | 106 int ndigits = 0; in PyLong_FromLong() local 149 int ndigits = 0; in PyLong_FromUnsignedLong() local 496 Py_ssize_t ndigits; in _PyLong_NumBits() local 531 Py_ssize_t ndigits; /* number of Python long digits */ in _PyLong_FromByteArray() local 640 Py_ssize_t ndigits; /* |v->ob_size| */ in _PyLong_AsByteArray() local 851 int ndigits = 0; in PyLong_FromLongLong() local 893 int ndigits = 0; in PyLong_FromUnsignedLongLong() local 4153 Py_ssize_t ndigits, msd_bits = 0; in long_bit_length() local
|
D | floatobject.c | 1091 _Py_double_round(double x, int ndigits) { in _Py_double_round() 1235 _Py_double_round(double x, int ndigits) { in _Py_double_round() 1457 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local
|
/external/libchrome/base/third_party/nspr/ |
D | prtime.cc | 791 int ndigits = end - rest; in PR_ParseTimeString() local
|
/external/python/cpython3/Lib/ |
D | fractions.py | 520 def __round__(self, ndigits=None): argument
|
D | numbers.py | 189 def __round__(self, ndigits=None): argument
|
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 598 PyObject *ndigits = NULL; in builtin_round() local
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | randdec.py | 127 def ndigits(n): function
|
/external/python/cpython3/Python/ |
D | dtoa.c | 1445 size_t ndigits, fraclen; in _Py_dg_strtod() local 2272 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
|
D | bltinmodule.c | 2178 builtin_round_impl(PyObject *module, PyObject *number, PyObject *ndigits) in builtin_round_impl()
|
/external/python/cpython2/Python/ |
D | dtoa.c | 1518 size_t ndigits, fraclen; in _Py_dg_strtod() local 2345 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
|
D | bltinmodule.c | 2180 Py_ssize_t ndigits; in builtin_round() local
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 188 int ndigits = 0; in uarb_set() local 334 uarb_shift(uarb inout, int ndigits, unsigned int right_shift) in uarb_shift() 2245 max_window_bits(uarbc size, int ndigits) in max_window_bits()
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1611 for (int ndigits=0; ndigits<=3; ndigits++) { in decimals() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 651 int ndigits = 0; in p_count() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regcomp.c | 778 int ndigits = 0; in p_count() local
|
/external/llvm/lib/Support/ |
D | regcomp.c | 651 int ndigits = 0; in p_count() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regcomp.c | 615 int ndigits = 0; in p_count() local
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 453 int ndigits, i; in getExtName() local
|