|
GCC Middle and Back End API Reference
|
#include <wide-int.h>
Public Member Functions | |
| hwi_with_prec () | |
| hwi_with_prec (HOST_WIDE_INT, unsigned int, signop) | |
Data Fields | |
| HOST_WIDE_INT | val |
| unsigned int | precision |
| signop | sgn |
|
inline |
|
inline |
References HOST_BITS_PER_WIDE_INT, precision, sext_hwi(), sgn, and val.
| unsigned int wi::hwi_with_prec::precision |
Referenced by wi::int_traits< wi::hwi_with_prec >::decompose(), and hwi_with_prec().
| signop wi::hwi_with_prec::sgn |
Referenced by wi::int_traits< wi::hwi_with_prec >::decompose(), and hwi_with_prec().
| HOST_WIDE_INT wi::hwi_with_prec::val |
Referenced by wi::int_traits< wi::hwi_with_prec >::decompose(), and hwi_with_prec().