What does Intel IPP status 8 (ippStsLnNegArg) mean?

 
Could be also:
ConstantTypeOS
ERROR_NOT_ENOUGH_MEMORYWin32 errorWindows
KERN_NO_ACCESSKern returnMac
ENOEXECerrnoAny
IRQL_NOT_DISPATCH_LEVELBugCheck CodeWindows
Previous Next
ippStsLnZeroArg ippStsNanArg

ippStsLnNegArg

Real-valued logarithm is outside its domain for negative inputs. IPP reports this warning when a logarithm primitive sees negative elements and handles them according to its special-case rules.

This typically indicates a preprocessing error in magnitude, power or probability data. Check the producer of the values before changing the logarithm call itself.

Check these details

  • Negative elements after filtering, subtraction or normalization.
  • Whether the algorithm should use absolute values, magnitude squared or complex-domain handling.
  • Special-case output expected by the chosen data type variant.

Intel IPP Error Reporting · IPP special-case handling


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