Home
last modified time | relevance | path

Searched refs:fp_except (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Dieeefp.h121 #define fp_except int macro
174 extern fp_except fpgetmask(void); /* current exception mask */
175 extern fp_except fpsetmask(fp_except); /* set mask, return previous */
176 extern fp_except fpgetsticky(void); /* return logged exceptions */
177 extern fp_except fpsetsticky(fp_except); /* change logged exceptions */
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A Dfpsetmask.c39 fp_except
40 fpsetmask(fp_except newmask) in fpsetmask()
43 fp_except oldmask; in fpsetmask()
47 oldmask = (fp_except)(~cw.mask & EXCPMASK); in fpsetmask()
H A Dfpsetsticky.c34 fp_except
35 fpsetsticky(fp_except s) { in fpsetsticky()
44 return ((fp_except)(sw & 0x3f)); in fpsetsticky()
H A Dfpgetmask.c37 fp_except
43 return (fp_except)(~cw.mask & EXCPMASK); in fpgetmask()
H A Dfpgetsticky.c34 fp_except
41 return ((fp_except)(sw & 0x3f)); in fpgetsticky()
/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfpsetmask.c40 fp_except
41 fpsetmask(fp_except newmask) in fpsetmask()
44 fp_except oldmask; in fpsetmask()
48 oldmask = (fp_except)(~cw.mask & EXCPMASK); in fpsetmask()
H A Dfpsetsticky.c35 fp_except
36 fpsetsticky(fp_except s) in fpsetsticky()
48 return ((fp_except)(sw & 0x3f)); in fpsetsticky()
H A Dfpgetmask.c37 fp_except
43 return (fp_except)(~cw.mask & EXCPMASK); in fpgetmask()
H A Dfpgetsticky.c35 fp_except
45 return ((fp_except)(sw & 0x3f)); in fpgetsticky()