HomeSort by relevance Sort by last modified time
    Searched full:__is_negative (Results 1 - 4 of 4) sorted by null

  /external/stlport/stlport/stl/
_monetary.c 360 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()
_num_get.c 120 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)
  /ndk/sources/android/stlport/stlport/stl/
_monetary.c 360 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()
_num_get.c 120 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)

Completed in 1495 milliseconds