What does Intel IPP status 9 (ippStsNanArg) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_BLOCKWin32 errorWindows
KERN_MEMORY_FAILUREKern returnMac
EBADFerrnoAny
IRQL_NOT_GREATER_OR_EQUALBugCheck CodeWindows
Previous Next
ippStsLnNegArg ippStsJPEGMarker

ippStsNanArg

This warning means at least one input argument or element is NaN. The IPP operation can continue in some routines, but the result may carry NaN forward or follow documented replacement rules.

NaN input often originates earlier: invalid normalization, division by zero, square root of a negative value or uninitialized floating-point buffers.

Check these details

  • Input vectors, images or coefficient arrays before the IPP call.
  • Earlier stages that may have produced NaN rather than reporting an error.
  • Whether the function documents NaN propagation or replacement behavior.

Intel IPP Error Reporting · IPP special-case handling


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