Lines Matching full:exception
128 .Em "Exception Default Result"
136 NOTE: An Exception is not an Error unless handled
144 computation every time the exception occurs.
274 For each kind of floating-point exception, IEEE 754
275 provides a Flag that is raised each time its exception
284 Test for a condition that might cause an exception
285 later, and branch to avoid the exception.
287 Test a flag to see whether an exception has occurred
291 an exception could have produced.
322 This mechanism classifies an exception in
338 statement, an exception causes the subprogram to
349 It classifies an exception in
351 exception suspends execution as near as it can to
368 No exception should be signaled that is not deserved by
371 Any exception signaled should be identified with that
379 with exception handling.
385 They signal no inappropriate exception except possibly ...