Searched defs:format_code (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/bumble/ |
D | tasks.py | 139 def format_code(ctx, check=False, diff=False): function
|
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/languages/ |
H A D | java.py | 65 def format_code( function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | complexobject.c | 353 char format_code = 'r'; in complex_repr() local
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 12823 def format_code(self, code, pair): member in TestScript
|