Lines Matching refs:format_code
797 char format_code, in PyOS_double_to_string() argument
809 switch (format_code) { in PyOS_double_to_string()
816 format_code = 'e'; in PyOS_double_to_string()
820 format_code = 'f'; in PyOS_double_to_string()
824 format_code = 'g'; in PyOS_double_to_string()
839 format_code = 'g'; in PyOS_double_to_string()
889 if (format_code == 'f' && fabs(val) >= 1.0) { in PyOS_double_to_string()
914 format_code = 'Z'; in PyOS_double_to_string()
918 format_code); in PyOS_double_to_string()
996 format_float_short(double d, char format_code, in format_float_short() argument
1100 switch (format_code) { in format_float_short()
1244 char format_code, in PyOS_double_to_string() argument
1254 switch (format_code) { in PyOS_double_to_string()
1258 format_code = 'e'; in PyOS_double_to_string()
1268 format_code = 'f'; in PyOS_double_to_string()
1277 format_code = 'g'; in PyOS_double_to_string()
1301 return format_float_short(val, format_code, mode, precision, in PyOS_double_to_string()