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

/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 55 milliseconds