Home
last modified time | relevance | path

Searched refs:XFtype (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/
H A Dfloatunsixf.c4 typedef float XFtype __attribute__ ((mode (XF))); typedef
6 XFtype
10 XFtype r = (XFtype) s; in __floatunsixf()
12 r += (XFtype)2.0 * (XFtype) ((USItype) 1 in __floatunsixf()
H A Ddfp-bit.h252 #define BFP_TYPE XFtype
424 typedef float XFtype __attribute__ ((mode (XF))); typedef
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h168 typedef float XFtype __attribute__ ((mode (XF))); typedef
387 extern DWtype __fixxfdi (XFtype);
388 extern DWtype __fixunsxfDI (XFtype);
389 extern XFtype __floatdixf (DWtype);
390 extern XFtype __floatundixf (UDWtype);
391 extern UWtype __fixunsxfSI (XFtype);
392 extern XFtype __powixf2 (XFtype, int);
393 extern XCtype __divxc3 (XFtype, XFtype, XFtype, XFtype);
394 extern XCtype __mulxc3 (XFtype, XFtype, XFtype, XFtype);
H A Dlibgcc2.c1200 __fixunsxfDI (XFtype a) in __fixunsxfDI()
1206 const XFtype b = (a / Wtype_MAXp1_F); in __fixunsxfDI()
1212 a -= (XFtype)v; in __fixunsxfDI()
1226 __fixxfdi (XFtype a) in __fixxfdi()
1338 XFtype
1344 XFtype d = (Wtype) (u >> W_TYPE_SIZE); in __floatdixf()
1352 XFtype
1358 XFtype d = (UWtype) (u >> W_TYPE_SIZE); in __floatundixf()
1432 # define FTYPE XFtype in FUNC()
1544 # define FTYPE XFtype in FUNC()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h106 typedef float XFtype __attribute__ ((mode (XF))); typedef
280 extern DWtype __fixxfdi (XFtype);
281 extern DWtype __fixunsxfDI (XFtype);
282 extern XFtype __floatdixf (DWtype);
283 extern UWtype __fixunsxfSI (XFtype);
H A Dlibgcc2.c892 __fixunsxfDI (XFtype a) in __fixunsxfDI()
894 XFtype b; in __fixunsxfDI()
907 a -= (XFtype)v; in __fixunsxfDI()
921 __fixxfdi (XFtype a) in __fixxfdi()
1022 XFtype
1025 XFtype d; in __floatdixf()
1134 __fixunsxfSI (XFtype a) in __fixunsxfSI()
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dextended.h60 typedef float XFtype __attribute__((mode(XF))); typedef
66 XFtype flt;
265 XFtype flt;