Home
last modified time | relevance | path

Searched refs:__xminus (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_put.c46 _CharT __xplus, _CharT __xminus) { in __copy_float_and_fill() argument
58 (*__first == __xplus || *__first == __xminus)) { in __copy_float_and_fill()
151 _CharT __xplus, _CharT __xminus) { in __copy_integer_and_fill() argument
168 (__buf[0] == __xplus || __buf[0] == __xminus)) { in __copy_integer_and_fill()
199 wchar_t __xminus = __ct.widen('-'); in __put_integer() local
221 __xplus, __xminus, __basechars); in __put_integer()
225 __flags, __f.width(0), __fill, __xplus, __xminus); in __put_integer()
D_num_get.c298 _CharT __xplus, _CharT __xminus) { in __copy_sign() argument
303 else if (__c == __xminus) { in __copy_sign()
385 _CharT __xminus; in __read_float() local
390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits); in __read_float()
393 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus); in __read_float()
416 __in_ite = __copy_sign(__in_ite, __end, __buf, __xplus, __xminus); in __read_float()