Home | History | Annotate | Download | only in Support

Lines Matching refs:opInexact

1194     return (opStatus) (opOverflow | opInexact);
1203 return opInexact;
1331 return (opStatus) (opOverflow | opInexact);
1336 return opInexact;
1343 return opInexact;
1353 return (opStatus) (opUnderflow | opInexact);
1687 fs = (opStatus) (fs | opInexact);
1706 fs = (opStatus) (fs | opInexact);
1737 assert(fs==opOK || fs==opInexact); // should not overflow or underflow
1740 assert(fs==opOK || fs==opInexact); // likewise
1777 assert(fs==opOK || fs==opInexact); // should not overflow or underflow
1780 assert(fs==opOK || fs==opInexact); // likewise
1810 fs = (opStatus) (fs | opInexact);
1864 if (fs != opOK && fs != opInexact)
2164 return opInexact;
2915 assert(fs == opOK || fs == opInexact);