Lines Matching refs:opStatus
907 opStatus status; in multiplySignificand()
1116 APFloat::opStatus
1125 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1179 APFloat::opStatus
1262 return (opStatus) (opOverflow | opInexact); in normalize()
1284 return (opStatus) (opUnderflow | opInexact); in normalize()
1287 APFloat::opStatus
1413 APFloat::opStatus
1455 APFloat::opStatus
1497 APFloat::opStatus
1556 APFloat::opStatus
1560 opStatus fs; in addOrSubtract()
1589 APFloat::opStatus
1596 APFloat::opStatus
1603 APFloat::opStatus
1606 opStatus fs; in multiply()
1616 fs = (opStatus) (fs | opInexact); in multiply()
1623 APFloat::opStatus
1626 opStatus fs; in divide()
1636 fs = (opStatus) (fs | opInexact); in divide()
1643 APFloat::opStatus
1646 opStatus fs; in remainder()
1681 APFloat::opStatus
1684 opStatus fs; in mod()
1722 APFloat::opStatus
1727 opStatus fs; in fusedMultiplyAdd()
1744 fs = (opStatus) (fs | opInexact); in fusedMultiplyAdd()
1849 APFloat::opStatus
1855 opStatus fs; in convert()
1935 APFloat::opStatus
2049 APFloat::opStatus
2054 opStatus fs; in convertToInteger()
2083 APFloat::opStatus
2089 opStatus status = convertToInteger( in convertToInteger()
2099 APFloat::opStatus
2131 APFloat::opStatus
2151 APFloat::opStatus
2157 opStatus status; in convertFromSignExtendedInteger()
2180 APFloat::opStatus
2197 APFloat::opStatus
2287 APFloat::opStatus
2306 opStatus sigStatus, powStatus; in roundSignificandWithExponent()
2372 APFloat::opStatus
2376 opStatus fs; in convertFromDecimalString()
2482 APFloat::opStatus