Searched refs:old_fraction_end (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | pystrtod.c | 484 char *old_fraction_end, *new_fraction_end, *end, *p; in remove_trailing_zeros() local 500 old_fraction_end = p; in remove_trailing_zeros() 509 p = old_fraction_end; in remove_trailing_zeros() 517 memmove(new_fraction_end, old_fraction_end, end-old_fraction_end); in remove_trailing_zeros()
|
/external/python/cpython3/Python/ |
D | pystrtod.c | 558 char *old_fraction_end, *new_fraction_end, *end, *p; in remove_trailing_zeros() local 574 old_fraction_end = p; in remove_trailing_zeros() 583 p = old_fraction_end; in remove_trailing_zeros() 591 memmove(new_fraction_end, old_fraction_end, end-old_fraction_end); in remove_trailing_zeros()
|