Searched defs:format_code (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Python/ |
| D | pystrtod.c | 738 char format_code, in PyOS_double_to_string() 937 format_float_short(double d, char format_code, in format_float_short() 1186 char format_code, in PyOS_double_to_string()
|
| /external/python/cpython3/Python/ |
| D | pystrtod.c | 796 char format_code, in PyOS_double_to_string() 1007 format_float_short(double d, char format_code, in format_float_short() 1260 char format_code, in PyOS_double_to_string()
|
| /external/python/bumble/ |
| D | tasks.py | 136 def format_code(ctx, check=False, diff=False): function
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/languages/ |
| D | java.py | 65 def format_code( function
|
| /external/python/cpython3/Objects/ |
| D | complexobject.c | 353 char format_code = 'r'; in complex_repr() local
|
| /external/python/cpython2/Objects/ |
| D | complexobject.c | 369 complex_format(PyComplexObject *v, int precision, char format_code) in complex_format()
|
| D | floatobject.c | 374 float_str_or_repr(PyFloatObject *v, int precision, char format_code) in float_str_or_repr()
|