2 #if __LDBL_MANT_DIG__ == 106 || __LDBL_MANT_DIG__ == 113
3 typedef int DItype
__attribute__ ((mode (DI
)));
4 typedef float TFtype
__attribute__ ((mode (TF
)));
6 DItype
__fixtfdi (TFtype
);
7 DItype
__fixunstfdi (TFtype
);
14 return - __fixunstfdi (-x
);
15 return __fixunstfdi (x
);