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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 420 bool to_shwi (poly_int<N, HOST_WIDE_INT> *) const;
628 poly_int<N, C>::to_shwi (poly_int<N, HOST_WIDE_INT> *r) const function in class:poly_int
634 r->coeffs[i] = this->coeffs[i].to_shwi ();
664 r.coeffs[i] = this->coeffs[i].to_shwi ();
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 374 bool to_shwi (poly_int_pod<N, HOST_WIDE_INT> *) const;
544 poly_int_pod<N, C>::to_shwi (poly_int_pod<N, HOST_WIDE_INT> *r) const function in class:poly_int_pod
550 r->coeffs[i] = this->coeffs[i].to_shwi ();
580 r.coeffs[i] = this->coeffs[i].to_shwi ();
wide-int.h 724 HOST_WIDE_INT to_shwi (unsigned int) const;
725 HOST_WIDE_INT to_shwi () const;
798 generic_wide_int <storage>::to_shwi (unsigned int precision) const function in class:generic_wide_int
809 generic_wide_int <storage>::to_shwi () const function in class:generic_wide_int
814 return to_shwi (this->get_precision ());
1913 return xi.to_shwi () < yi.to_shwi ();
2064 HOST_WIDE_INT xl = xi.to_shwi ();
2065 HOST_WIDE_INT yl = yi.to_shwi ();

Completed in 22 milliseconds