Searched refs:PyOS_double_to_string (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Include/ |
| D | pystrtod.h | 15 PyAPI_FUNC(char *) PyOS_double_to_string(double val,
|
| /third_party/python/Objects/ |
| D | complexobject.c | 370 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr() 379 pre = PyOS_double_to_string(v->cval.real, format_code, in complex_repr() 387 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr()
|
| D | floatobject.c | 351 buf = PyOS_double_to_string(PyFloat_AS_DOUBLE(v), in float_repr()
|
| D | bytesobject.c | 464 p = PyOS_double_to_string(x, type, prec, in formatfloat()
|
| D | unicodeobject.c | 14717 p = PyOS_double_to_string(x, arg->ch, prec, dtoa_flags, NULL); in formatfloat()
|
| /third_party/python/Python/ |
| D | pystrtod.c | 796 char * PyOS_double_to_string(double val, in PyOS_double_to_string() function 1243 char * PyOS_double_to_string(double val, in PyOS_double_to_string() function
|
| D | formatter_unicode.c | 1090 buf = PyOS_double_to_string(val, (char)type, precision, flags, in format_float_internal() 1270 re_buf = PyOS_double_to_string(re, (char)type, precision, flags, in format_complex_internal() 1274 im_buf = PyOS_double_to_string(im, (char)type, precision, flags, in format_complex_internal()
|
| D | marshal.c | 283 char *buf = PyOS_double_to_string(v, 'g', 17, 0, NULL); in w_float_str()
|
| /third_party/python/Doc/c-api/ |
| D | conversion.rst | 84 .. c:function:: char* PyOS_double_to_string(double val, char format_code, int precision, int flags,…
|
| /third_party/python/PC/ |
| D | python3dll.c | 478 EXPORT_FUNC(PyOS_double_to_string)
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 452 function,PyOS_double_to_string,3.2,
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1011 function PyOS_double_to_string
|
| D | HISTORY | 12871 PyOS_ascii_strtod, and PyOS_ascii_atof. Use PyOS_double_to_string and
|
| /third_party/python/Modules/ |
| D | _pickle.c | 2258 buf = PyOS_double_to_string(x, 'r', 0, Py_DTSF_ADD_DOT_0, NULL); in save_float()
|