Home | History | Annotate | Download | only in bits

Lines Matching full:__negative

395 	bool __negative = false;
399 __negative = __c == __lit[__num_base::_S_iminus];
400 if ((__negative || __c == __lit[__num_base::_S_iplus])
469 (__negative && __gnu_cxx::__numeric_traits<_ValueT>::__is_signed)
572 if (__negative
580 __v = __negative ? -__result : __result;