Lines Matching refs:opInvalidOp
1434 return opInvalidOp; in addOrSubtractSpecials()
1554 return opInvalidOp; in multiplySpecials()
1595 return opInvalidOp; in divideSpecials()
1632 return opInvalidOp; in modSpecials()
1761 if (fs==opInvalidOp) in remainder()
1801 if (fs==opInvalidOp) in mod()
2110 return opInvalidOp; in convertToSignExtendedInteger()
2138 return opInvalidOp; in convertToSignExtendedInteger()
2160 return opInvalidOp; /* Overflow. */ in convertToSignExtendedInteger()
2173 return opInvalidOp; in convertToSignExtendedInteger()
2179 return opInvalidOp; in convertToSignExtendedInteger()
2183 return opInvalidOp; in convertToSignExtendedInteger()
2189 return opInvalidOp; in convertToSignExtendedInteger()
2218 if (fs == opInvalidOp) { in convertToInteger()
3836 result = opInvalidOp; in next()