HomeSort by: relevance | last modified time | path
    Searched defs:DFtype (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
floatunhidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
floatunhidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 extern DFtype __floatunsidf (unsigned long);
8 DFtype __floatunhidf (UHItype);
10 DFtype
  /src/external/gpl3/gcc/dist/libgcc/
floatunsidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 DFtype
10 DFtype r = (DFtype) s;
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1
dfp-bit.h 270 #define BFP_TYPE DFtype
549 typedef float DFtype __attribute__ ((mode (DF)));
fp-bit.h 93 typedef float DFtype __attribute__ ((mode (DF)));
220 typedef DFtype FLO_type;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
455 extern DFtype sf_to_df (SFtype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
469 extern SFtype df_to_sf (DFtype);
472 extern TFtype df_to_tf (DFtype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
484 extern DFtype tf_to_df (TFtype);
libgcc2.h 154 typedef float DFtype __attribute__ ((mode (DF)));
479 extern DWtype __fixdfdi (DFtype);
480 extern DFtype __floatdidf (DWtype);
481 extern DFtype __floatundidf (UDWtype);
482 extern UWtype __fixunsdfSI (DFtype);
483 extern UDWtype __fixunsdfDI (DFtype);
484 extern DFtype __powidf2 (DFtype, int);
485 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype)
    [all...]
fixed-bit.h 131 typedef float DFtype __attribute__ ((mode (DF)));
661 #define FROM_FLOAT_C_TYPE DFtype
923 #define TO_FLOAT_C_TYPE DFtype
libgcc2.c 2168 __fixunsdfDI (DFtype a)
2178 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F;
2187 __fixdfdi (DFtype a)
2200 /* Convert the SFtype to a DFtype, because that is surely not going
2202 that avoids converting to DFtype, and verify it really works right. */
2203 const DFtype dfa = a;
2213 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F;
2338 #define FSTYPE DFtype
2357 # define FTYPE DFtype
2459 #define FSTYPE DFtype
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
floatunsidf.c 4 typedef float DFtype __attribute__ ((mode (DF)));
6 DFtype
10 DFtype r = (DFtype) s;
12 r += (DFtype)2.0 * (DFtype) ((USItype) 1
dfp-bit.h 270 #define BFP_TYPE DFtype
549 typedef float DFtype __attribute__ ((mode (DF)));
fp-bit.h 93 typedef float DFtype __attribute__ ((mode (DF)));
220 typedef DFtype FLO_type;
453 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
455 extern DFtype sf_to_df (SFtype);
466 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
469 extern SFtype df_to_sf (DFtype);
472 extern TFtype df_to_tf (DFtype);
477 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype);
484 extern DFtype tf_to_df (TFtype);
libgcc2.h 151 typedef float DFtype __attribute__ ((mode (DF)));
455 extern DWtype __fixdfdi (DFtype);
456 extern DFtype __floatdidf (DWtype);
457 extern DFtype __floatundidf (UDWtype);
458 extern UWtype __fixunsdfSI (DFtype);
459 extern UDWtype __fixunsdfDI (DFtype);
460 extern DFtype __powidf2 (DFtype, int);
461 extern DCtype __divdc3 (DFtype, DFtype, DFtype, DFtype)
    [all...]
fixed-bit.h 131 typedef float DFtype __attribute__ ((mode (DF)));
661 #define FROM_FLOAT_C_TYPE DFtype
923 #define TO_FLOAT_C_TYPE DFtype
libgcc2.c 1424 __fixunsdfDI (DFtype a)
1434 const UWtype lo = a - (DFtype) hi * Wtype_MAXp1_F;
1443 __fixdfdi (DFtype a)
1456 /* Convert the SFtype to a DFtype, because that is surely not going
1458 that avoids converting to DFtype, and verify it really works right. */
1459 const DFtype dfa = a;
1469 const UWtype lo = dfa - (DFtype) hi * Wtype_MAXp1_F;
1594 #define FSTYPE DFtype
1613 # define FTYPE DFtype
1715 #define FSTYPE DFtype
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
double.c 28 #define DFtype uint64_t
dp-bit.c 58 #ifndef DFtype
59 typedef DFtype __attribute__ ((mode (DF)));
130 typedef DFtype FLO_type;
1257 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype frac);
1259 DFtype
1276 DFtype
1289 df_to_sf (DFtype arg_a)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
double.c 28 #define DFtype uint64_t
dp-bit.c 58 #ifndef DFtype
59 typedef DFtype __attribute__ ((mode (DF)));
130 typedef DFtype FLO_type;
1257 extern DFtype __make_dp (fp_class_type, unsigned int, int, UDItype frac);
1259 DFtype
1276 DFtype
1289 df_to_sf (DFtype arg_a)
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 70 typedef float DFtype __attribute__ ((mode (DF)));
124 #ifndef DFtype
125 #define DFtype double
170 extern DFtype __bid_truncdddf (_Decimal64);
184 extern _Decimal64 __bid_extenddfdd (DFtype);
185 extern _Decimal32 __bid_truncdfsd (DFtype);
186 extern _Decimal128 __bid_extenddftd (DFtype);
218 extern DFtype __bid_extendsddf (_Decimal32);
238 extern DFtype __bid_trunctddf (_Decimal128);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 57 typedef float DFtype __attribute__ ((mode (DF)));
105 #ifndef DFtype
106 #define DFtype double
152 extern DFtype __bid_truncdddf (_Decimal64);
166 extern _Decimal64 __bid_extenddfdd (DFtype);
167 extern _Decimal32 __bid_truncdfsd (DFtype);
168 extern _Decimal128 __bid_extenddftd (DFtype);
200 extern DFtype __bid_extendsddf (_Decimal32);
220 extern DFtype __bid_trunctddf (_Decimal128);
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
double.h 68 typedef float DFtype __attribute__ ((mode (DF)));
74 DFtype flt;
197 DFtype flt;
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
double.h 72 typedef float DFtype __attribute__ ((mode (DF)));
78 DFtype flt;
201 DFtype flt;

Completed in 39 milliseconds