int_bitsize_helper_rec< uC, s, x > Struct Template Reference
Store the bitsize of abs (p) in field value.  
More...
#include <int.hpp>
List of all members.
Static Public Attributes
- static const nat s2 = s >> 1
- static const uC mask = (uC) ((( s2 ) >= 8*sizeof( uC )) ? (( uC ) 0) : ((( uC ) -1 ) << (( s2 )/2)) << (( s2 )-( s2 )/2))
- static const uC size
Detailed Description
template<typename uC, nat s, uC x>
 struct mmx::int_bitsize_helper_rec< uC, s, x >
Store the bitsize of abs (p) in field value. 
Definition at line 282 of file int.hpp.
Member Data Documentation
      
        
          | const uC mask = (uC) ((( s2 ) >= 8*sizeof( uC )) ? (( uC ) 0) : ((( uC ) -1 ) << (( s2 )/2)) << (( s2 )-( s2 )/2))  [static] | 
      
 
 
      
        
          | const nat s2 = s >> 1  [static] | 
      
 
 
Initial value:
Definition at line 285 of file int.hpp.
 
 
The documentation for this struct was generated from the following file: