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

/external/stlport/stlport/stl/
H A D_monetary.c360 bool __is_negative = *__digits_first == __minus; local
361 if (__is_negative)
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
372 if (__is_negative)
378 if (__is_negative)
424 money_base::pattern __format = __intl ? (__is_negative ? __punct_intl.neg_format()
426 : (__is_negative ? __punct.neg_format()
H A D_num_get.c120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)()
166 : __is_negative ? __result
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
225 : (__is_negative ? __STATIC_CAST(_Integer, -__result)
118 __get_integer(_InputIter& __first, _InputIter& __last, int __base, _Integer& __val, int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& ) argument
178 __get_integer(_InputIter& __first, _InputIter& __last, int __base, _Integer& __val, int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& ) argument

Completed in 49 milliseconds