20#ifndef WIDE_INT_PRINT_H
21#define WIDE_INT_PRINT_H
25#define WIDE_INT_PRINT_BUFFER_SIZE (WIDE_INT_MAX_INL_PRECISION / 4 + 4)
42 unsigned int l =
wi.get_len ();
Definition wide-int.h:776
Definition pretty-print.h:238
#define HOST_BITS_PER_WIDE_INT
Definition hwint.h:53
Definition double-int.h:439
UNARY_PREDICATE neg_p(const T &, signop=SIGNED)
signop
Definition signop.h:28
@ UNSIGNED
Definition signop.h:30
@ SIGNED
Definition signop.h:29
#define UNLIKELY(x)
Definition system.h:759
void print_decs(const wide_int_ref &wi, char *buf)
Definition wide-int-print.cc:55
void print_hex(const wide_int_ref &wi, char *buf)
Definition wide-int-print.cc:141
bool print_decs_buf_size(const wide_int_ref &wi, unsigned int *len)
Definition wide-int-print.h:51
void print_decu(const wide_int_ref &wi, char *buf)
Definition wide-int-print.cc:91
void pp_wide_int_large(pretty_printer *, const wide_int_ref &, signop)
Definition wide-int-print.cc:183
void print_dec(const wide_int_ref &wi, char *buf, signop sgn)
Definition wide-int-print.cc:34
#define WIDE_INT_PRINT_BUFFER_SIZE
Definition wide-int-print.h:25
bool print_hex_buf_size(const wide_int_ref &wi, unsigned int *len)
Definition wide-int-print.h:63
bool print_dec_buf_size(const wide_int_ref &wi, signop sgn, unsigned int *len)
Definition wide-int-print.h:40
bool print_decu_buf_size(const wide_int_ref &wi, unsigned int *len)
Definition wide-int-print.h:57
#define WIDE_INT_MAX_HWIS(PRECISION)
Definition wide-int.h:284