What does Intel IPP status 19 (ippStsDomain) mean?

 
Could be also:
ConstantTypeOS
ERROR_WRITE_PROTECTWin32 errorWindows
KERN_UREFS_OVERFLOWKern returnMac
ENODEVerrnoAny
EMPTY_THREAD_REAPER_LISTBugCheck CodeWindows
Previous Next
ippStsSingularity ippStsNonIntelCpu

ippStsDomain

This warning means the value is outside the mathematical domain of the operation, such as a negative argument for a real square root or a logarithm input that is not positive.

It is broader than a range-ordering error. The bounds can be ordered correctly while individual values are still invalid for the function's mathematics.

Check these details

  • Per-element arguments against the mathematical domain of the primitive.
  • Whether the algorithm should use a complex-valued operation instead.
  • Special-case output and whether the caller must reject it.

Intel IPP Error Reporting · IPP special-case handling


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