Searched refs:fp_except_t (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/sys/mips/include/
H A Dieeefp.h17 typedef int fp_except_t; typedef
/freebsd-13-stable/sys/arm/include/
H A Dieeefp.h51 #define fp_except_t int macro
/freebsd-13-stable/sys/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)
214 fp_except_t _p;
225 static __inline fp_except_t
233 return ((fp_except_t)_ex);
236 static __inline fp_except_t
237 fpresetsticky(fp_except_t _m)
244 fp_except_t _
[all...]
/freebsd-13-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h100 typedef fp_except_t fp_except;
/freebsd-13-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h100 typedef fp_except_t fp_except;
/freebsd-13-stable/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h100 typedef fp_except_t fp_except;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c339 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL };

Completed in 213 milliseconds

12