/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | hdtoa.c | 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 D | ldtoa.c | 47 __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 D | gethex.c | 47 CONST unsigned char *decpt, *s0, *s, *s1; local
|
H A D | dtoa.c | 78 (d0, mode, ndigits, decpt, sign, rve) in dtoa() argument
|
H A D | gdtoa.c | 116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
|
H A D | strtod.c | 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
|
H A D | strtodg.c | 346 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 D | apr_snprintf.c | 86 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/ |
D | pystrtod.c | 947 Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end; in format_float_short() local
|
D | dtoa.c | 2346 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pystrtod.c | 1018 Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end; in format_float_short() local
|
D | dtoa.c | 2249 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | floatobject.c | 1096 int decpt, sign, val, halfway_case; in _Py_double_round() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | floatobject.c | 967 int decpt, sign; in double_round() local
|