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

  /src/external/gpl3/gcc/dist/libquadmath/math/
sqrtq.c 13 #define TFtype __float128
  /src/external/gpl3/gcc/dist/libgcc/
floatunsitf.c 4 typedef float TFtype __attribute__ ((mode (TF)));
6 TFtype
10 TFtype r = (TFtype) s;
12 r += (TFtype)2.0 * (TFtype) ((USItype) 1
dfp-bit.h 285 #define BFP_TYPE TFtype
554 typedef float TFtype __attribute__ ((mode (TF)));
fp-bit.h 95 typedef float TFtype __attribute__ ((mode (TF)));
177 typedef TFtype FLO_type;
458 extern TFtype sf_to_tf (SFtype);
472 extern TFtype df_to_tf (DFtype);
478 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
481 extern SFtype tf_to_sf (TFtype);
484 extern DFtype tf_to_df (TFtype);
487 extern TFtype di_to_df (DItype);
libgcc2.h 162 #ifndef TFtype
163 typedef float TFtype __attribute__ ((mode (TF)));
501 extern UDWtype __fixunstfDI (TFtype);
502 extern DWtype __fixtfdi (TFtype);
503 extern TFtype __floatditf (DWtype);
504 extern TFtype __floatunditf (UDWtype);
505 extern TFtype __powitf2 (TFtype, int);
506 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
floatunsitf.c 4 typedef float TFtype __attribute__ ((mode (TF)));
6 TFtype
10 TFtype r = (TFtype) s;
12 r += (TFtype)2.0 * (TFtype) ((USItype) 1
dfp-bit.h 285 #define BFP_TYPE TFtype
554 typedef float TFtype __attribute__ ((mode (TF)));
fp-bit.h 95 typedef float TFtype __attribute__ ((mode (TF)));
177 typedef TFtype FLO_type;
458 extern TFtype sf_to_tf (SFtype);
472 extern TFtype df_to_tf (DFtype);
478 extern TFtype __make_tp (fp_class_type, unsigned int, int, UTItype);
481 extern SFtype tf_to_sf (TFtype);
484 extern DFtype tf_to_df (TFtype);
487 extern TFtype di_to_df (DItype);
libgcc2.h 159 typedef float TFtype __attribute__ ((mode (TF)));
477 extern UDWtype __fixunstfDI (TFtype);
478 extern DWtype __fixtfdi (TFtype);
479 extern TFtype __floatditf (DWtype);
480 extern TFtype __floatunditf (UDWtype);
481 extern TFtype __powitf2 (TFtype, int);
482 extern TCtype __divtc3 (TFtype, TFtype, TFtype, TFtype)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
quad-float128.h 55 #define TFtype long double
59 #define TFtype _Float128
87 extern TFtype __addkf3_sw (TFtype, TFtype);
88 extern TFtype __subkf3_sw (TFtype, TFtype);
89 extern TFtype __mulkf3_sw (TFtype, TFtype)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 75 typedef float TFtype __attribute__ ((mode (TF)));
135 #ifndef TFtype
136 #define TFtype __float128
177 extern TFtype __bid_extendddtf (_Decimal64);
224 extern TFtype __bid_extendsdtf (_Decimal32);
244 extern TFtype __bid_trunctdtf (_Decimal128);
252 extern _Decimal64 __bid_trunctfdd (TFtype);
253 extern _Decimal32 __bid_trunctfsd (TFtype);
254 extern _Decimal128 __bid_extendtftd (TFtype);
306 TFtype f
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 62 typedef float TFtype __attribute__ ((mode (TF)));
117 #ifndef TFtype
118 #define TFtype __float128
159 extern TFtype __bid_extendddtf (_Decimal64);
206 extern TFtype __bid_extendsdtf (_Decimal32);
226 extern TFtype __bid_trunctdtf (_Decimal128);
234 extern _Decimal64 __bid_trunctfdd (TFtype);
235 extern _Decimal32 __bid_trunctfsd (TFtype);
236 extern _Decimal128 __bid_extendtftd (TFtype);
280 TFtype f
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
quad.h 68 #ifndef TFtype
69 typedef float TFtype __attribute__ ((mode (TF)));
76 TFtype flt;
203 TFtype flt /* __attribute__ ((mode (TF))) */ ;
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
quad.h 72 typedef float TFtype __attribute__ ((mode (TF)));
78 TFtype flt;
205 TFtype flt /* __attribute__ ((mode (TF))) */ ;

Completed in 32 milliseconds