Go to the source code of this file.
◆ ___fixunsdfti()
Definition at line 15 of file fixunsdfti.c.
   15                                    {
   16    
   19    const int sign = aRep & 
signBit ? -1 : 1;
 
   22 
   23    
   24    if (sign == -1 || exponent < 0)
   25        return 0;
   26 
   27    
   28    if ((
unsigned)exponent >= 
sizeof(
fixuint_t) * CHAR_BIT)
 
   30 
   31    
   32    
   35    else
   37}
unsigned __int128 fixuint_t
 
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a