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

12

/freebsd-12-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-12-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-12-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-12-stable/lib/libc/powerpc/gen/
H A Dfpgetmask.c42 fp_except_t
48 return ((fp_except_t)((fpscr >> 3) & 0x1f));
H A Dfpsetmask.c42 fp_except_t
43 fpsetmask(fp_except_t mask)
46 fp_except_t old;
49 old = (fp_except_t)((fpscr >> 3) & 0x1f);
H A Dfpgetsticky.c48 fp_except_t
54 return ((fp_except_t)((fpscr >> 25) & 0x1f));
/freebsd-12-stable/lib/libc/powerpc64/gen/
H A Dfpgetmask.c42 fp_except_t
48 return ((fp_except_t)((fpscr >> 3) & 0x1f));
H A Dfpsetmask.c42 fp_except_t
43 fpsetmask(fp_except_t mask)
46 fp_except_t old;
49 old = (fp_except_t)((fpscr >> 3) & 0x1f);
H A Dfpgetsticky.c48 fp_except_t
54 return ((fp_except_t)((fpscr >> 25) & 0x1f));
/freebsd-12-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-12-stable/lib/libc/powerpcspe/gen/
H A Dfpsetmask.c41 fp_except_t
42 fpsetmask(fp_except_t mask)
45 fp_except_t old;
48 old = (fp_except_t)((fpscr >> 2) & 0x1f);
H A Dfpgetmask.c41 fp_except_t
47 return ((fp_except_t)((fpscr >> 2) & 0x1f));
H A Dfpgetsticky.c47 fp_except_t
53 return ((fp_except_t)((fpscr >> 25) & 0x1f));
/freebsd-12-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-12-stable/sys/powerpc/include/
H A Dieeefp.h13 typedef int fp_except_t; typedef
38 extern fp_except_t fpgetmask(void);
39 extern fp_except_t fpsetmask(fp_except_t);
40 extern fp_except_t fpgetsticky(void);
/freebsd-12-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-12-stable/lib/libc/arm/gen/
H A Dfpsetmask_vfp.c40 fp_except_t
41 fpsetmask(fp_except_t mask)
/freebsd-12-stable/sys/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)
253 fp_except_t _p;
270 static __inline fp_except_t
280 return ((fp_except_t)_ex);
301 extern fp_except_t fpgetmask(void);
302 extern fp_except_t fpsetmask(fp_except_t);
[all...]

Completed in 83 milliseconds

12