Home | History | Annotate | Download | only in gcc

Lines Matching refs:signedness

52    - poly_coeff_traits<T>::signedness is:
70 static const int signedness = (T (0) >= T (-1));
72 static const T max_value = (signedness
76 static const int rank = sizeof (T) * 2 + !signedness;
84 static const int signedness = -1;
95 static const int signedness = 1;
108 - T1 should be a type with the same signedness as T2 and no less
118 static const bool lossless_p = (poly_coeff_traits<T1>::signedness
119 == poly_coeff_traits<T2>::signedness
122 : (poly_coeff_traits<T1>::signedness == 1
123 && poly_coeff_traits<T2>::signedness == 0
2492 inherent signedness. */
2498 STATIC_ASSERT (poly_coeff_traits<C>::signedness >= 0);
2500 poly_coeff_traits<C>::signedness ? SIGNED : UNSIGNED);
2673 && (poly_coeff_traits<C2>::signedness > 0