/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | ldtoa.c | 56 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) in ldtoa()
|
D | gethex.c | 45 CONST unsigned char *decpt, *s0, *s, *s1; in gethex() local
|
D | dtoa.c | 87 (d, mode, ndigits, decpt, sign, rve) in dtoa() argument
|
D | gdtoa.c | 131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
|
D | strtod.c | 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, in strtod() local
|
D | strtodg.c | 312 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; in strtodg() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | vfwscanf.c | 771 wchar_t decpt = (wchar_t)(unsigned char)*localeconv()->decimal_point; in parsefloat() local
|
D | vfscanf.c | 992 char decpt = *localeconv()->decimal_point; in parsefloat() local
|
D | vfwprintf.c | 1972 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, in cvt()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pystrtod.c | 947 Py_ssize_t decpt, digits_len, vdigits_start, vdigits_end; in format_float_short() local
|
D | dtoa.c | 2315 int *decpt, int *sign, char **rve) in _Py_dg_dtoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | floatobject.c | 1088 int decpt, sign, val, halfway_case; in _Py_double_round() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | floatobject.c | 1087 int decpt, sign, val, halfway_case; in _Py_double_round() local
|