What does Intel IPP status -10 (ippStsDivByZeroErr) mean?

 
Previous Next
ippStsOutOfRangeErr ippStsMemAllocErr

ippStsDivByZeroErr

This error status means the selected IPP operation detected a zero divisor in a context where the routine reports failure rather than a warning. It is stricter than the positive warning status used by some element-wise division functions.

Distinguish this from overflow and domain errors. The primary diagnostic target is the divisor input, not the numerator range.

Check these details

  • Scalar and vector divisor operands.
  • Masking rules that should remove zero-divisor elements.
  • Whether the caller expected warning-style behavior from another IPP primitive.

Intel IPP Error Reporting · IPP special-case handling


Looking for a different code? Search another status or error code.