Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.tcc520 typedef typename __add_unsigned<_ValueT>::__type __unsigned_type; in _M_extract_int() typedef
611 const __unsigned_type __max = __negative ? in _M_extract_int()
613 const __unsigned_type __smax = __max / __base; in _M_extract_int()
614 __unsigned_type __result = 0; in _M_extract_int()
989 typedef typename __add_unsigned<_ValueT>::__type __unsigned_type; in _M_insert_int() typedef
1007 const __unsigned_type __u = (__v > 0 || !__dec) ? __v : -__v; in _M_insert_int()