P99
#define P99_TPREC (   T)
Value:
(P99X__SHIFT((T)-1)                                            \
 ? P99_EPREC((T)-1)                                            \
 : P99_HIGH2_1(P99_TMAX(T)))

The precision, i.e the number of significant bits of integral type T.

The resulting expression is evaluated at compile time and may be used in constant expressions.

Warning:
this is not necessarily the width of T
See also:
P99_TWIDTH
P99_TPADDING

Definition at line 748 of file p99_int.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines