Searched refs:opOverflow (Results 1 – 3 of 3) sorted by relevance
164 opOverflow = 0x04, enumerator
1122 return (opStatus) (opOverflow | opInexact); in handleOverflow()1261 return (opStatus) (opOverflow | opInexact); in normalize()
2481 if ((result & APFloat::opOverflow) || in ActOnNumericConstant()2485 if (result & APFloat::opOverflow) { in ActOnNumericConstant()