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

/external/stlport/stlport/stl/
H A D_num_put.c352 bool _IsSigned = !((_Integer)-1 > 0); local
353 if (_IsSigned)
358 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned;
359 __ptr = __write_decimal_backward(__ptr, __x, __flags, _IsSigned());
H A D_num_get.c120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
253 bool _IsSigned = !((_Integer)(-1) > 0); local
255 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned; typedef
278 if (_IsSigned)
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());

Completed in 79 milliseconds