HomeSort by: relevance | last modified time | path
    Searched defs:signedness (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2ctf.cc 736 unsigned int signedness = get_AT_unsigned (enumeration, DW_AT_encoding); local
761 (signedness == DW_ATE_unsigned),
poly-int.h 51 - poly_coeff_traits<T>::signedness is:
73 static const int signedness = (T (0) >= T (-1)); member in struct:poly_coeff_traits
75 static const T max_value = (signedness
79 static const int rank = sizeof (T) * 2 + !signedness;
90 static const int signedness = -1; member in struct:poly_coeff_traits
104 static const int signedness = 1; member in struct:poly_coeff_traits
118 static const int signedness = 1; member in struct:poly_coeff_traits
134 - T1 should be a type with the same signedness as T2 and no less
144 static const bool lossless_p = (poly_coeff_traits<T1>::signedness
145 == poly_coeff_traits<T2>::signedness
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 52 - poly_coeff_traits<T>::signedness is:
70 static const int signedness = (T (0) >= T (-1)); member in struct:poly_coeff_traits
72 static const T max_value = (signedness
76 static const int rank = sizeof (T) * 2 + !signedness;
84 static const int signedness = -1; member in struct:poly_coeff_traits
95 static const int signedness = 1; member in struct:poly_coeff_traits
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 ==
    [all...]

Completed in 25 milliseconds