Searched defs:float_strings (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dpystrtod.c940 int use_alt_formatting, char **float_strings, int *type)
991 strncpy(p, float_strings[OFS_INF], 3);
998 strncpy(p, float_strings[OFS_NAN], 3);
1167 *p++ = float_strings[OFS_E][0];
1191 char **float_strings = lc_float_strings; local
1199 float_strings = uc_float_strings;
1209 float_strings = uc_float_strings;
1218 float_strings = uc_float_strings;
1247 float_strings, type);
937 format_float_short(double d, char format_code, int mode, Py_ssize_t precision, int always_add_sign, int add_dot_0_if_integer, int use_alt_formatting, char **float_strings, int *type) argument

Completed in 95 milliseconds