Home
last modified time | relevance | path

Searched defs:ndigits (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c49 roundup(char *s0, int ndigits) in roundup()
71 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding()
123 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa()
221 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
330 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
H A Dldtoa.c47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
H A Ddtoa.c78 (d0, mode, ndigits, decpt, sign, rve) in dtoa() argument
H A Dgdtoa.c116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c155 Py_ssize_t ndigits = size ? size : 1; in _PyLong_New() local
235 Py_ssize_t ndigits = 2; in _PyLong_FromLarge() local
292 int ndigits; in PyLong_FromLong() local
789 Py_ssize_t ndigits; in _PyLong_NumBits() local
822 Py_ssize_t ndigits; /* number of Python int digits */ in _PyLong_FromByteArray() local
931 Py_ssize_t ndigits; /* |v->ob_size| */ in _PyLong_AsByteArray() local
1119 int ndigits; in PyLong_FromLongLong() local
1161 int ndigits = 0; in PyLong_FromSsize_t() local
5594 PyObject *temp, *result, *ndigits; in int___round___impl() local
5692 Py_ssize_t ndigits; in int_bit_length_impl() local
[all …]
Dfloatobject.c962 double_round(double x, int ndigits) { in double_round()
1020 double_round(double x, int ndigits) { in double_round()
1084 Py_ssize_t ndigits; in float___round___impl() local
1318 Py_ssize_t length, ndigits, fdigits, i; in float_fromhex() local
/aosp_15_r20/external/python/cpython2/Objects/
Dlongobject.c106 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
Dfloatobject.c1091 _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
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_snprintf.c86 static char *apr_cvt(double arg, int ndigits, int *decpt, int *sign, in apr_cvt()
161 static char *apr_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in apr_ecvt()
166 static char *apr_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in apr_fcvt()
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py290 def round(self, ndigits=None) -> "SymNode": argument
848 def _sympy_round(number, ndigits=None): argument
1218 def round_impl(self, ndigits=None): argument
1528 def round_magic_impl(self, ndigits=None): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_long.py98 def getran(self, ndigits): argument
122 def getran2(ndigits): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_long.py123 def getran(self, ndigits): argument
147 def getran2(ndigits): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dpy23.py69 def round2(number, ndigits=None): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/
Dreal_parser.cpp15 int const ndigits = 9; variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_indexing.py317 def test_print_round_decimal(self, ndigits): argument
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dnatconv.go445 ndigits int // digit length of divisor in terms of output base digits member
/aosp_15_r20/external/cronet/base/third_party/nspr/
H A Dprtime.cc794 ptrdiff_t ndigits = end - rest; in PR_ParseTimeString() local
/aosp_15_r20/external/libchrome/base/third_party/nspr/
H A Dprtime.cc791 int ndigits = end - rest; in PR_ParseTimeString() local
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c170 int ndigits = 0; in uarb_set() local
316 uarb_shift(uarb inout, int ndigits, unsigned int right_shift) in uarb_shift()
2235 max_window_bits(uarbc size, int ndigits) in max_window_bits()
/aosp_15_r20/external/python/cpython3/Python/
Ddtoa.c1450 size_t ndigits, fraclen; in _Py_dg_strtod() local
2248 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
/aosp_15_r20/external/python/cpython2/Python/
Ddtoa.c1518 size_t ndigits, fraclen; in _Py_dg_strtod() local
2345 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfractions.py620 def __round__(self, ndigits=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfractions.py620 def __round__(self, ndigits=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfractions.py620 def __round__(self, ndigits=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dfractions.py620 def __round__(self, ndigits=None): argument

123