Lines Matching +full:in +full:- +full:masks
4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
43 .Bd -literal
55 .Bd -literal
57 FP_PS, /* 24 bit (single-precision) */
59 FP_PD, /* 53 bit (double-precision) */
60 FP_PE /* 64 bit (extended-precision) */
67 .Bd -literal
95 masks, and resetting the exception sticky flags after an exception is
125 returns the current floating point exception masks.
130 sets the floating point exception masks and returns the
131 previous masks.
144 Sample code which prevents a trap on divide-by-zero:
145 .Bd -literal -offset indent