Home
last modified time | relevance | path

Searched refs:im_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dformatter_unicode.c1177 char *im_buf = NULL; /* buffer returned from PyOS_double_to_string */ in format_complex_internal() local
1274 im_buf = PyOS_double_to_string(im, (char)type, precision, flags, in format_complex_internal()
1276 if (im_buf == NULL) in format_complex_internal()
1280 n_im_digits = strlen(im_buf); in format_complex_internal()
1289 im_unicode_tmp = _PyUnicode_FromASCII(im_buf, n_im_digits); in format_complex_internal()
1403 PyMem_Free(im_buf); in format_complex_internal()