What does Intel IPP status 6 (ippStsDivByZero) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_HANDLEWin32 errorWindows
KERN_RESOURCE_SHORTAGEKern returnMac
ENXIOerrnoAny
INVALID_PROCESS_DETACH_ATTEMPTBugCheck CodeWindows
Previous Next
ippStsEvenMedianMaskSize ippStsLnZeroArg

ippStsDivByZero

This warning status indicates that zero divisor elements were present, but the selected IPP primitive handled the condition and returned a nonfatal status. The output can contain special values or substituted results defined by that routine.

Do not ignore the status simply because it is positive. It can explain infinities, saturated pixels, clamped samples or later NaN propagation.

Check these details

  • Which elements or channels had zero divisors.
  • The special-case result documented for the exact function.
  • Whether the algorithm expects strict finite output.

Intel IPP Error Reporting · IPP special-case handling


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