OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONST_POLY_INT_COEFFS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
1999
/* For a CONST_POLY_INT,
CONST_POLY_INT_COEFFS
gives access to the
2001
#define
CONST_POLY_INT_COEFFS
(RTX) \
2002
(RTL_FLAG_CHECK1("
CONST_POLY_INT_COEFFS
", (RTX), \
2365
res.coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i];
2398
res.coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i].to_shwi ();
2419
if (!wi::fits_shwi_p (
CONST_POLY_INT_COEFFS
(x)[i]))
2422
res->coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i].to_shwi ();
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
1990
/* For a CONST_POLY_INT,
CONST_POLY_INT_COEFFS
gives access to the
1992
#define
CONST_POLY_INT_COEFFS
(RTX) \
1993
(RTL_FLAG_CHECK1("
CONST_POLY_INT_COEFFS
", (RTX), \
2355
res.coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i];
2388
res.coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i].to_shwi ();
2409
if (!wi::fits_shwi_p (
CONST_POLY_INT_COEFFS
(x)[i]))
2412
res->coeffs[i] =
CONST_POLY_INT_COEFFS
(x)[i].to_shwi ();
Completed in 23 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026