1 /* Test floating-point conversions. _Float128 type with TImode. */
3 /* { dg-options "" } */
4 /* { dg-add-options float128 } */
5 /* { dg-require-effective-target float128_runtime } */
7 #define __STDC_WANT_IEC_60559_TYPES_EXT__
9 #include "fp-int-convert.h"
14 TEST_I_F(TItype
, UTItype
, _Float128
, FLT128_MANT_DIG
, FLT128_MAX_EXP
);