Home
last modified time | relevance | path

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

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