Searched refs:__copy_digits (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _num_get.c | 314 __copy_digits(_InputIter& __first, _InputIter __last, in __copy_digits() function 400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits); in __read_float() 406 __digits_after_dot = __copy_digits(__in_ite, __end, __buf, __digits); in __read_float() 417 __ok = __copy_digits(__in_ite, __end, __buf, __digits); in __read_float()
|