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

12

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/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);
/freebsd-11-stable/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-11-stable/lib/libc/aarch64/gen/
H A Dfpsetmask.c38 fp_except_t
39 fpsetmask(fp_except_t mask)
51 return ((fp_except_t)old);
H A Dfpgetmask.c38 fp_except_t
/freebsd-11-stable/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-11-stable/sys/amd64/include/
H A Dieeefp.h72 #define fp_except_t int macro
239 static __inline fp_except_t
248 static __inline fp_except_t
249 __fpsetmask(fp_except_t _m)
251 fp_except_t _p;
268 static __inline fp_except_t
278 return ((fp_except_t)_ex);
299 extern fp_except_t fpgetmask(void);
300 extern fp_except_t fpsetmask(fp_except_t);
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dieeefp.h51 #define fp_except_t int macro
/freebsd-11-stable/sys/mips/include/
H A Dieeefp.h17 typedef int fp_except_t; typedef

Completed in 132 milliseconds

12