OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_uhwi
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
poly-int.h
421
bool
to_uhwi
(poly_int<N, unsigned HOST_WIDE_INT> *) const;
645
poly_int<N, C>::
to_uhwi
(poly_int<N, unsigned HOST_WIDE_INT> *r) const
function in class:poly_int
651
r->coeffs[i] = this->coeffs[i].
to_uhwi
();
677
r.coeffs[i] = this->coeffs[i].
to_uhwi
();
/src/external/gpl3/gcc.old/dist/gcc/
poly-int.h
375
bool
to_uhwi
(poly_int_pod<N, unsigned HOST_WIDE_INT> *) const;
561
poly_int_pod<N, C>::
to_uhwi
(poly_int_pod<N, unsigned HOST_WIDE_INT> *r) const
function in class:poly_int_pod
567
r->coeffs[i] = this->coeffs[i].
to_uhwi
();
593
r.coeffs[i] = this->coeffs[i].
to_uhwi
();
wide-int.h
726
unsigned HOST_WIDE_INT
to_uhwi
(unsigned int) const;
727
unsigned HOST_WIDE_INT
to_uhwi
() const;
822
generic_wide_int <storage>::
to_uhwi
(unsigned int precision) const
function in class:generic_wide_int
833
generic_wide_int <storage>::
to_uhwi
() const
function in class:generic_wide_int
835
return
to_uhwi
(this->get_precision ());
1940
return xi.len == 1 && xi.
to_uhwi
() < (unsigned HOST_WIDE_INT) yi.val[0];
1942
return yi.len != 1 || yi.
to_uhwi
() > (unsigned HOST_WIDE_INT) xi.val[0];
1948
unsigned HOST_WIDE_INT xl = xi.
to_uhwi
();
1949
unsigned HOST_WIDE_INT yl = yi.
to_uhwi
();
2100
unsigned HOST_WIDE_INT xl = xi.
to_uhwi
();
[
all
...]
Completed in 94 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026