Go to the source code of this file.
◆ ___fixunssfti()
Definition at line 19 of file fixunssfti.c.
19 {
20
23 const int sign = aRep &
signBit ? -1 : 1;
26
27
28 if (sign == -1 || exponent < 0)
29 return 0;
30
31
32 if ((
unsigned)exponent >=
sizeof(
fixuint_t) * CHAR_BIT)
34
35
36
39 else
41}
unsigned __int128 fixuint_t
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a