Searched refs:fp_except_t (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.2-release/lib/libc/amd64/gen/
H A Dfpsetmask.c5 fp_except_t fpsetmask(fp_except_t m)
H A Dfpgetmask.c5 fp_except_t fpgetmask(void)
H A Dfpgetsticky.c5 fp_except_t fpgetsticky(void)
/freebsd-10.2-release/sys/powerpc/include/
H A Dieeefp.h13 typedef int fp_except_t; typedef
30 extern fp_except_t fpgetmask(void);
31 extern fp_except_t fpsetmask(fp_except_t);
32 extern fp_except_t fpgetsticky(void);
/freebsd-10.2-release/lib/libc/sparc64/gen/
H A Dfpsetmask.c12 fp_except_t
14 fp_except_t mask;
16 fp_except_t old;
17 fp_except_t new;
H A Dfpgetmask.c15 fp_except_t
H A Dfpgetsticky.c14 fp_except_t
/freebsd-10.2-release/sys/sparc64/include/
H A Dieeefp.h14 typedef int fp_except_t; typedef
31 extern fp_except_t fpgetmask(void);
32 extern fp_except_t fpsetmask(fp_except_t);
33 extern fp_except_t fpgetsticky(void);
/freebsd-10.2-release/lib/libc/powerpc/gen/
H A Dfpgetmask.c40 fp_except_t
46 return ((fp_except_t)((fpscr >> 3) & 0x1f));
H A Dfpgetsticky.c46 fp_except_t
52 return ((fp_except_t)((fpscr >> 25) & 0x1f));
H A Dfpsetmask.c40 fp_except_t
41 fpsetmask(fp_except_t mask)
/freebsd-10.2-release/lib/libc/powerpc64/gen/
H A Dfpgetmask.c40 fp_except_t
46 return ((fp_except_t)((fpscr >> 3) & 0x1f));
H A Dfpgetsticky.c46 fp_except_t
52 return ((fp_except_t)((fpscr >> 25) & 0x1f));
H A Dfpsetmask.c40 fp_except_t
41 fpsetmask(fp_except_t mask)
/freebsd-10.2-release/lib/libc/mips/gen/hardfloat/
H A Dfpsetmask.c22 fp_except_t
24 fp_except_t mask;
26 fp_except_t old;
27 fp_except_t new;
H A Dfpgetmask.c22 fp_except_t
H A Dfpgetsticky.c22 fp_except_t
/freebsd-10.2-release/sys/ia64/include/
H A Dieeefp.h36 typedef int fp_except_t; typedef
53 extern fp_except_t fpgetmask(void);
54 extern fp_except_t fpsetmask(fp_except_t);
/freebsd-10.2-release/lib/libc/ia64/gen/
H A Dfpsetmask.c33 fp_except_t
34 fpsetmask(fp_except_t mask)
H A Dfpgetmask.c33 fp_except_t
/freebsd-10.2-release/lib/libc/arm/gen/
H A Dfpsetmask_vfp.c40 fp_except_t
41 fpsetmask(fp_except_t mask)
H A Dfpgetmask_vfp.c40 fp_except_t
/freebsd-10.2-release/sys/amd64/include/
H A Dieeefp.h72 #define fp_except_t int macro
238 static __inline fp_except_t
247 static __inline fp_except_t
248 __fpsetmask(fp_except_t _m)
250 fp_except_t _p;
267 static __inline fp_except_t
277 return ((fp_except_t)_ex);
298 extern fp_except_t fpgetmask(void);
299 extern fp_except_t fpsetmask(fp_except_t);
[all...]
/freebsd-10.2-release/sys/mips/include/
H A Dieeefp.h17 typedef int fp_except_t; typedef
/freebsd-10.2-release/sys/arm/include/
H A Dieeefp.h51 #define fp_except_t int macro

Completed in 83 milliseconds

12