GCC Middle and Back End API Reference
wi::hwi_with_prec Class 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

Constructor & Destructor Documentation

◆ hwi_with_prec() [1/2]

wi::hwi_with_prec::hwi_with_prec ( )
inline

◆ hwi_with_prec() [2/2]

wi::hwi_with_prec::hwi_with_prec ( HOST_WIDE_INT v,
unsigned int p,
signop s )
inline

Field Documentation

◆ precision

unsigned int wi::hwi_with_prec::precision

◆ sgn

signop wi::hwi_with_prec::sgn

◆ val

HOST_WIDE_INT wi::hwi_with_prec::val

The documentation for this class was generated from the following file: