| /src/external/gpl3/gcc.old/dist/gcc/ |
| poly-int.h | 404 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 672 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 684 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 705 this->coeffs[i] = wi::ints_for<C>::zero (this->coeffs[0]); 900 wi::ints_for<Cb>::zero (b))); 912 POLY_SET_COEFF (C, r, i, wi::add (wi::ints_for<Ca>::zero (a), 999 wi::ints_for<Cb>::zero (b))); 1011 POLY_SET_COEFF (C, r, i, wi::sub (wi::ints_for<Ca>::zero (a),
|
| tree.h | 6028 struct ints_for <generic_wide_int <extended_tree <N> >, CONST_PRECISION> struct in namespace:wi 6035 struct ints_for <generic_wide_int <unextended_tree>, VAR_PRECISION> struct in namespace:wi 6265 wi::ints_for <generic_wide_int <wi::extended_tree <N> >, 6272 wi::ints_for <generic_wide_int <wi::unextended_tree>,
|
| wide-int.h | 1653 /* ints_for<T>::zero (X) returns a zero that, when asssigned to a T, 1656 struct ints_for struct in namespace:wi 1662 struct ints_for<T, VAR_PRECISION> struct in namespace:wi 1670 wi::ints_for<T, wi::VAR_PRECISION>::zero (const T &x)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| poly-int.h | 460 : poly_int (c0, cs..., wi::ints_for<C>::zero (c0)) {} 488 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 827 wi::ints_for<Cb>::zero (b))); 839 POLY_SET_COEFF (C, r, i, wi::add (wi::ints_for<Ca>::zero (a), 926 wi::ints_for<Cb>::zero (b))); 938 POLY_SET_COEFF (C, r, i, wi::sub (wi::ints_for<Ca>::zero (a),
|
| tree.h | 6325 struct ints_for <generic_wide_int <extended_tree <N> >, INL_CONST_PRECISION> struct in namespace:wi 6332 struct ints_for <generic_wide_int <extended_tree <N> >, CONST_PRECISION> struct in namespace:wi 6339 struct ints_for <generic_wide_int <unextended_tree>, VAR_PRECISION> struct in namespace:wi 6577 wi::ints_for <generic_wide_int <wi::extended_tree <N> >, 6585 wi::ints_for <generic_wide_int <wi::extended_tree <N> >, 6592 wi::ints_for <generic_wide_int <wi::unextended_tree>,
|
| wide-int.h | 2039 /* ints_for<T>::zero (X) returns a zero that, when asssigned to a T, 2042 struct ints_for 2048 struct ints_for<T, VAR_PRECISION> 2056 wi::ints_for<T, wi::VAR_PRECISION>::zero (const T &x)
|