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

/illumos-gate/usr/src/lib/libc/amd64/fp/
H A Dfpgetmask.c39 fp_except
45 return (fp_except)(~cw.mask & EXCPMASK);
H A Dfpgetsticky.c36 fp_except
43 return ((fp_except)(sw & 0x3f));
H A Dfpsetmask.c41 fp_except
42 fpsetmask(fp_except newmask)
45 fp_except oldmask;
49 oldmask = (fp_except)(~cw.mask & EXCPMASK);
H A Dfpsetsticky.c36 fp_except
37 fpsetsticky(fp_except s) {
46 return ((fp_except)(sw & 0x3f));
/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfpgetmask.c39 fp_except
45 return (fp_except)(~cw.mask & EXCPMASK);
H A Dfpsetmask.c42 fp_except
43 fpsetmask(fp_except newmask)
46 fp_except oldmask;
50 oldmask = (fp_except)(~cw.mask & EXCPMASK);
H A Dfpsetsticky.c37 fp_except
38 fpsetsticky(fp_except s)
50 return ((fp_except)(sw & 0x3f));
H A Dfpgetsticky.c37 fp_except
47 return ((fp_except)(sw & 0x3f));
/illumos-gate/usr/src/head/
H A Dieeefp.h121 #define fp_except int macro
136 * NOTE: the bit positions in fp_except are chosen to match those of
143 /* an fp_except can have the following (not exclusive) values: */
161 * NOTE: the bit positions in an fp_except are chosen to match that in
165 /* an fp_except can have the following (not exclusive) values: */
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 fpsetstick
[all...]

Completed in 81 milliseconds