Searched refs:UTItype (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Drotate-2.c4 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
6 void foo (UTItype *);
8 UTItype
11 UTItype c = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dfp-int-convert-timode.c12 TEST_I_F(TItype, UTItype, float, FLT_MANT_DIG);
13 TEST_I_F(TItype, UTItype, double, DBL_MANT_DIG);
18 TEST_I_F(TItype, UTItype, long double, LDBL_MANT_DIG);
H A Dfp-int-convert-float128-timode.c13 TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG);
H A Dfp-int-convert-float80-timode.c14 TEST_I_F(TItype, UTItype, __float80, FLOAT80_MANT_DIG);
H A Dfp-int-convert.h12 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
15 typedef unsigned long UTItype; typedef
/haiku-buildtools/gcc/libgcc/soft-fp/
H A Dfixunstfti.c33 UTItype
38 UTItype r;
H A Dfixunsdfti.c33 UTItype
38 UTItype r;
H A Dfixunssfti.c33 UTItype
38 UTItype r;
H A Dfloatuntitf.c34 __floatuntitf (UTItype i)
41 FP_FROM_INT_Q (A, i, TI_BITS, UTItype);
H A Dfloatuntidf.c34 __floatuntidf (UTItype i)
41 FP_FROM_INT_D (A, i, TI_BITS, UTItype);
H A Dfloatuntisf.c34 __floatuntisf (UTItype i)
41 FP_FROM_INT_S (A, i, TI_BITS, UTItype);
H A Dfixdfti.c38 UTItype r;
H A Dfixsfti.c38 UTItype r;
H A Dfixtfti.c38 UTItype r;
H A Dfloattidf.c41 FP_FROM_INT_D (A, i, TI_BITS, UTItype);
H A Dfloattisf.c41 FP_FROM_INT_S (A, i, TI_BITS, UTItype);
H A Dfloattitf.c41 FP_FROM_INT_Q (A, i, TI_BITS, UTItype);
/haiku-buildtools/gcc/libgcc/config/spu/
H A Ddivmodti4.c24 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
28 UTItype __udivti3 (UTItype u, UTItype v);
29 UTItype __umodti3 (UTItype u, UTItype v);
30 UTItype __udivmodti4 (UTItype u, UTItype
[all...]
/haiku-buildtools/gcc/libgcc/config/i386/64/
H A Dsfp-machine.h7 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
/haiku-buildtools/gcc/libgcc/
H A Dfixed-bit.h111 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
240 #define DUINT_C_TYPE UTItype
257 #define DINT_C_TYPE UTItype
258 #define DUINT_C_TYPE UTItype
272 #define UINT_C_TYPE UTItype
282 #define INT_C_TYPE UTItype
283 #define UINT_C_TYPE UTItype
370 #define DUINT_C_TYPE UTItype
387 #define DINT_C_TYPE UTItype
388 #define DUINT_C_TYPE UTItype
[all...]
H A Dfp-bit.h115 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
177 typedef UTItype fractype;
492 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
/haiku-buildtools/gcc/libgcc/config/aarch64/
H A Dsfp-machine.h32 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dsfp-machine.h7 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
/haiku-buildtools/gcc/libgcc/config/tilegx/
H A Dsfp-machine64.h7 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef
H A Dsfp-machine32.h7 typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef

Completed in 136 milliseconds

12