Go to the source code of this file.
◆ ___fixsfti()
Definition at line 16 of file fixsfti.c.
16 {
18 const fixint_t fixint_min = -fixint_max - 1;
19
25
26
27 if (exponent < 0)
28 return 0;
29
30
31 if ((
unsigned)exponent >=
sizeof(
fixint_t) * CHAR_BIT)
32 return sign == 1 ? fixint_max : fixint_min;
33
34
35
38 else
40}
unsigned __int128 fixuint_t
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a