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

  /src/external/gpl3/gcc/dist/libgcc/
floatunsixf.c 4 typedef float XFtype __attribute__ ((mode (XF)));
6 XFtype
10 XFtype r = (XFtype) s;
12 r += (XFtype)2.0 * (XFtype) ((USItype) 1
dfp-bit.h 277 #define BFP_TYPE XFtype
551 typedef float XFtype __attribute__ ((mode (XF)));
libgcc2.h 158 typedef float XFtype __attribute__ ((mode (XF)));
490 extern DWtype __fixxfdi (XFtype);
491 extern UDWtype __fixunsxfDI (XFtype);
492 extern XFtype __floatdixf (DWtype);
493 extern XFtype __floatundixf (UDWtype);
494 extern UWtype __fixunsxfSI (XFtype);
495 extern XFtype __powixf2 (XFtype, int);
496 extern XCtype __divxc3 (XFtype, XFtype, XFtype, XFtype)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
floatunsixf.c 4 typedef float XFtype __attribute__ ((mode (XF)));
6 XFtype
10 XFtype r = (XFtype) s;
12 r += (XFtype)2.0 * (XFtype) ((USItype) 1
dfp-bit.h 277 #define BFP_TYPE XFtype
551 typedef float XFtype __attribute__ ((mode (XF)));
libgcc2.h 155 typedef float XFtype __attribute__ ((mode (XF)));
466 extern DWtype __fixxfdi (XFtype);
467 extern UDWtype __fixunsxfDI (XFtype);
468 extern XFtype __floatdixf (DWtype);
469 extern XFtype __floatundixf (UDWtype);
470 extern UWtype __fixunsxfSI (XFtype);
471 extern XFtype __powixf2 (XFtype, int);
472 extern XCtype __divxc3 (XFtype, XFtype, XFtype, XFtype)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 72 typedef float XFtype __attribute__ ((mode (XF)));
129 #ifndef XFtype
130 #define XFtype long double
182 extern XFtype __bid_extendddxf (_Decimal64);
229 extern XFtype __bid_extendsdxf (_Decimal32);
249 extern XFtype __bid_trunctdxf (_Decimal128);
263 extern _Decimal64 __bid_truncxfdd (XFtype);
264 extern _Decimal32 __bid_truncxfsd (XFtype);
265 extern _Decimal128 __bid_extendxftd (XFtype);
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_gcc_intrinsics.h 59 typedef float XFtype __attribute__ ((mode (XF)));
110 #ifndef XFtype
111 #define XFtype long double
164 extern XFtype __bid_extendddxf (_Decimal64);
211 extern XFtype __bid_extendsdxf (_Decimal32);
231 extern XFtype __bid_trunctdxf (_Decimal128);
245 extern _Decimal64 __bid_truncxfdd (XFtype);
246 extern _Decimal32 __bid_truncxfsd (XFtype);
247 extern _Decimal128 __bid_extendxftd (XFtype);
  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
extended.h 68 typedef float XFtype __attribute__ ((mode (XF)));
74 XFtype flt;
311 XFtype flt;
  /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
extended.h 69 typedef float XFtype __attribute__ ((mode (XF)));
75 XFtype flt;
312 XFtype flt;

Completed in 33 milliseconds