Searched refs:im_buf (Results 1 – 1 of 1) sorted by relevance
1177 char *im_buf = NULL; /* buffer returned from PyOS_double_to_string */ in format_complex_internal() local1274 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()