Home
last modified time | relevance | path

Searched defs:decpt (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c71 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 Dgethex.c47 CONST unsigned char *decpt, *s0, *s, *s1; local
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
H A Dstrtod.c93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
H A Dstrtodg.c346 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; 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()
178 int sign, decpt; in apr_gcvt() local
/aosp_15_r20/external/python/cpython2/Python/
Dpystrtod.c947 Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end; in format_float_short() local
Ddtoa.c2346 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
/aosp_15_r20/external/python/cpython3/Python/
Dpystrtod.c1018 Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end; in format_float_short() local
Ddtoa.c2249 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
/aosp_15_r20/external/python/cpython2/Objects/
Dfloatobject.c1096 int decpt, sign, val, halfway_case; in _Py_double_round() local
/aosp_15_r20/external/python/cpython3/Objects/
Dfloatobject.c967 int decpt, sign; in double_round() local