Home
last modified time | relevance | path

Searched refs:fp_except_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dieeefp.h74 #define fp_except_t int macro
241 static __inline fp_except_t
250 static __inline fp_except_t
251 __fpsetmask(fp_except_t _m) in __fpsetmask()
253 fp_except_t _p; in __fpsetmask()
270 static __inline fp_except_t
280 return ((fp_except_t)_ex); in __fpgetsticky()
301 extern fp_except_t fpgetmask(void);
302 extern fp_except_t fpsetmask(fp_except_t);
303 extern fp_except_t fpgetsticky(void);
[all …]
/f-stack/freebsd/i386/include/
H A Dieeefp.h74 #define fp_except_t int macro
202 static __inline fp_except_t
211 static __inline fp_except_t
212 fpsetmask(fp_except_t _m) in fpsetmask()
214 fp_except_t _p; in fpsetmask()
225 static __inline fp_except_t
233 return ((fp_except_t)_ex); in fpgetsticky()
236 static __inline fp_except_t
237 fpresetsticky(fp_except_t _m) in fpresetsticky()
244 fp_except_t _p; in fpresetsticky()
/f-stack/freebsd/arm64/include/
H A Dieeefp.h20 typedef int fp_except_t; typedef
39 extern fp_except_t fpgetmask(void);
40 extern fp_except_t fpsetmask(fp_except_t);
/f-stack/freebsd/mips/include/
H A Dieeefp.h17 typedef int fp_except_t; typedef
/f-stack/freebsd/arm/include/
H A Dieeefp.h51 #define fp_except_t int macro