Appendix A: Handling of Special Cases

Some mathematical functions implemented in Intel IPP are not defined for all possible argument values. This appendix describes how the corresponding Intel IPP functions used in signal processing domains handle situations when their input arguments fall outside the range of function definition or may lead to ambiguously determined output results.

"Special Cases for Intel IPP Signal Processing Functions" below summarizes these special cases for general vector functions described in Essential Functions and lists result values together with status codes returned by these functions. The status codes ending with Err (except for the ippStsNoErr status) indicate an error. When an error occurs, the function execution is interrupted. All other status codes indicate that the input argument is outside the range, but the function execution is continued with the corresponding result value.

Special Cases for Intel IPP Signal Processing Functions

Function Base Name

Data Type

Case Description

Result Value

Status Code

Sqrt

16s

32f

64s

64f

Sqrt (x<0)

Sqrt (x<0)

Sqrt (x<0)

Sqrt (x<0)

0

NAN_32F

0

NAN_64F

ippStsSqrtNegArg

ippStsSqrtNegArg

ippStsSqrtNegArg

ippStsSqrtNegArg

Div, Div_Round

8u

 

 

16s

 

 

 

16sc

 

 

32f

 

 

 

32fc

 

 

64f

 

 

 

64fc

 

Div (0/0)

Div (x/0)

 

Div (0/0)

Div (x/0), x>0

Div (x/0), x<0

 

Div (0/0)

Div (x/0)

 

Div (0/0)

Div (x/0), x>0

Div (x/0), x<0

 

Div (0/0)

Div (x/0)

 

Div (0/0)

Div (x/0), x>0

Div (x/0), x<0

 

Div (0/0)

Div (x/0)

0

IPP_MAX_8U

 

0

IPP_MAX_16S

IPP_MIN_16S

 

0

0

 

NAN_32F

INF_32F

INF_NEG_32F

 

NAN_32F

NAN_32F

 

NAN_32F

INF_32F

INF_NEG_32F

 

NAN_32F

NAN_32F

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

ippStsDivByZero

 

ippStsDivByZero

ippStsDivByZero

DivC

all

Div(x/0)

-

ippStsDivByZeroErr

Ln

16s

 

 

32s

 

 

32f

 

 

64f

 

Ln (0)

Ln (x<0)

 

Ln (0)

Ln (x<0)

 

Ln (x<0)

Ln(x<IPP_MINABS_32F)

 

Ln (x<0)

Ln(x<IPP_MINABS_64F)

IPP_MIN_16S

IPP_MIN_16S

 

IPP_MIN_32S

IPP_MIN_32S

 

NAN_32F

INF_NEG_32F

 

NAN_64F

INF_NEG_64F

ippStsLnZeroArg

ippStsLnZeroArg

   

ippStsLnZeroArg

ippStsLnNegArg

 

ippStsLnNegArg

ippStsLnZeroArg

 

ippStsLnNegArg

ippStsLnZeroArg

Exp

16s

 

32s

 

64s

 

32f

 

64f

overflow

 

overflow

 

overflow

 

overflow

 

overflow

IPP_MAX_16S

 

IPP_MAX_32S

 

IPP_MAX_64S

 

INF_32F

 

INF_64F

ippStsNoErr

 

ippStsNoErr

 

ippStsNoErr

 

ippStsNoErr

 

ippStsNoErr

Threshold, Threshold_LT, Threshold_GT, Threshold_LTVal, Threshold_GTVal

16sc

 

32fc

 

64fc

level < 0

 

level < 0

 

level < 0

-

 

-

 

-

ippStsThreshNegLevelErr

 

ippStsThreshNegLevelErr

 

ippStsThreshNegLevelErr

Threshold_LTInv

32f

 

32fc

 

64f

 

64fc

 

level < 0

level =0, x=0

level < 0

level =0, x=0

level < 0

level =0, x=0

level < 0

level =0, x=0

-

INF_32F

-

INF_32F

-

INF_64F

-

INF_64F

ippStsThreshNegLevelErr

ippStsInvZero

ippStsThreshNegLevelErr

ippStsInvZero

ippStsThreshNegLevelErr

ippStsInvZero

ippStsThreshNegLevelErr

ippStsInvZero

10Log10

32s

 

10Log10 (0)

10Log10 (x<0)

IPP_MIN_32S

IPP_MIN_32S

ippStsLnZeroArg

ippStsLnNegArg

Here x denotes an input value. For the definition of the constants used, see Data Ranges in Intel® Integrated Performance Primitives Concepts.

Note that flavors of the same math function operating on different data types may produce different results for equal argument values. However, for a given function and a fixed data type, handling of special cases is the same for all function flavors that have different descriptors in their names. For example, the logarithm function ippiLn operating on 16s data treats zero argument values in the same way for all its flavors ippsLn_16s_Sfs and ippiLn_16s_ISfs.

The table below summarizes special cases for fixed-accuracy arithmetic functions.

Special Cases for Intel IPP Fixed-Accuracy Arithmetic Functions

Function Base Name

Data Type

Case Description

Result Value

Status Code

Inv

32f

 

64f

 

Inv (x=+0)

Inv (x=-0)

Inv (x=+0)

Inv (x=-0)

INF_32F

-INF_32F

INF_64F

-INF_64F

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

Div

32f

 

 

 

 

64f

 

 

 

 

Div (x>0, y=+0)

Div (x>0, y=-0)

Div (x<0, y=+0)

Div (x<0, y=-0)

Div (x=0, y=0)

Div (x>0, y=+0)

Div (x>0, y=-0)

Div (x<0, y=+0)

Div (x<0, y=-0)

Div (x=0, y=0)

INF_32F

-INF_32F

INF_32F

-INF_32F

NAN_32F

INF_64F

-INF_64F

INF_64F

-INF_64F

NAN_64F

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

Sqrt

32f

 

64f

 

Sqrt(x<0)

Sqrt(x=-INF)

Sqrt(x<0)

Sqrt(x=-INF)

NAN_32F

NAN_32F

NAN_64F

NAN_64F

ippStsDomain

ippStsDomain

ippStsDomain

ippStsDomain

InvSqrt

32f

 

 

 

64f

 

 

 

InvSqrt (x<0)

InvSqrt (x=+0)

InvSqrt (x=-0)

InvSqrt (x=-INF)

InvSqrt (x<0)

InvSqrt (x=+0)

InvSqrt (x=-0)

InvSqrt (x=-INF)

NAN_32F

INF_32F

-INF_32F

NAN_32F

NAN_64F

INF_64F

-INF_64F

NAN_64F

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

InvCbrt

32f

 

64f

 

InvCbrt (x=+0)

InvCbrt (x=-0)

InvCbrt (x=+0)

InvCbrt (x=-0)

INF_32F

-INF_32F

INF_64F

-INF_64F

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

Pow3o2

32f

 

64f

 

Pow3o2 (x<0)

Pow3o2 (x=-INF)

Pow3o2 (x<0)

Pow3o2 (x=-INF)

NAN_32F

NAN_32F

NAN_64F

NAN_64F

ippStsDomain

ippStsDomain

ippStsDomain

ippStsDomain

Pow, Powx

32f

 

 

 

 

 

64f

 

 

 

 

 

Pow (x=+0, y=-ODD_INT)

Pow (x=-0, y=-ODD_INT)

Pow (x=0, y=-EVEN_INT)

Pow (x=0, y=NON_INT_NEG)

Pow (x<0, y=NON_INT_POS)

Pow (x=0, y=-INF)

Pow (x=+0, y=-ODD_INT)

Pow (x=-0, y=-ODD_INT)

Pow (x=0, y=-EVEN_INT)

Pow (x=0, y=NON_INT_NEG)

Pow (x<0, y=NON_INT_POS)

Pow (x=0, y=-INF)

INF_32F

-INF_32F

INF_32F

INF_32F

NAN_32F

INF_32F

INF_64F

-INF_64F

INF_64F

INF_64F

NAN_64F

INF_64F

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsSingularity

Exp

32f

 

64f

 

Exp (x), x<underflow

Exp (x), x>overflow

Exp (x), x<underflow

Exp (x), x>overflow

0

INF_32F

0

INF_64F

ippStsUnderflow

ippStsOverflow

ippStsUnderflow

ippStsOverflow

Expm1

32f

64f

Expm1(x), x>overflow

Expm1(x), x>overflow

INF_32F

INF_64F

ippStsOverflow

ippStsOverflow

Ln, Log10

32f

 

 

64f

 

 

Ln(x<0)

Ln(x=-INF)

Ln(x=0)

Ln(x<0)

Ln(x=-INF)

Ln(x=0)

NAN_32F

NAN_32F

-INF_32F

NAN_64F

NAN_64F

-INF_64F

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsSingularity

Log1p

32f

 

 

64f

 

 

Ln(x<-1)

Ln(x=-INF)

Ln(x=-1)

Ln(x<-1)

Ln(x=-INF)

Ln(x=-1)

NAN_32F

NAN_32F

-INF_32F

NAN_64F

NAN_64F

-INF_64F

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsSingularity

Cos

32f

64f

Cos(INF)

Cos(INF)

NAN_32F

NAN_64F

ippStsDomain

ippStsDomain

Sin

32f

64f

Sin(INF)

Sin(INF)

NAN_32F

NAN_64F

ippStsDomain

ippStsDomain

SinCos

32f

64f

SinCos(INF)

SinCos(INF)

NAN_32F, NAN_32F

NAN_64F, NAN_64F

ippStsDomain

ippStsDomain

CIS

32fc

64fc

CIS(INF)

CIS(INF)

NAN_32F, NAN_32F

NAN_64F, NAN_64F

ippStsDomain

ippStsDomain

Tan

32f

64f

Tan(INF)

Tan(INF)

NAN_32F

NAN_64F

ippStsDomain

ippStsDomain

Acos

32f

 

64f

 

Acos(x), |x|>1

Acos(INF)

Acos(x), |x|>1

Acos(INF)

NAN_32F

NAN_32F

NAN_64F

NAN_64F

ippStsDomain

ippStsDomain

ippStsDomain

ippStsDomain

Asin

32f

 

64f

 

Asin(x), |x|>1

Asin(INF)

Asin(x), |x|>1

Asin(INF)

NAN_32F

NAN_32F

NAN_64F

NAN_64F

ippStsDomain

ippStsDomain

ippStsDomain

ippStsDomain

Cosh

32f

64f

Cosh(x), |x|>overflow

Cosh(x), |x|>overflow

INF_32F

INF_64F

ippStsOverflow

ippStsOverflow

Sinh

32f

64f

Sinh(x), |x|>overflow

Sinh(x), |x|>overflow

INF_32F

INF_64F

ippStsOverflow

ippStsOverflow

Acosh

32f

 

64f

 

Acosh(x<1)

Acosh(x=-INF)

Acosh(x<1)

Acosh(x=-INF)

NAN_32F

NAN_32F

NAN_64F

NAN_64F

ippStsDomain

ippStsDomain

ippStsDomain

ippStsDomain

Atanh

32f

 

 

 

64f

 

 

 

Atanh(x=1)

Atanh(x=-1)

Atanh(x), |x|>1

Atanh(INF)

Atanh(x=1)

Atanh(x=-1)

Atanh(x), |x|>1

Atanh(INF)

INF_32F

-INF_32F

NAN_32F

NAN_32F

INF_64F

-INF_64F

NAN_64F

NAN_64F

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

Erfc

32f

64f

Erfc(x), |x|>underflow

Erfc(x), |x|>underflow

0

0

ippStsUnderflow

ippStsUnderflow

ErfInv

32f

 

 

 

64f

 

 

 

ErfInv(x=1)

ErfInv(x=-1)

ErfInv(x), |x|>1

ErfInv(INF)

ErfInv(x=1)

ErfInv(x=-1)

ErfInv(x), |x|>1

ErfInv(INF)

INF_32F

-INF_32F

NAN_32F

NAN_32F

INF_64F

-INF_64F

NAN_64F

NAN_64F

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ErfcInv

32f

 

 

 

 

64f

 

 

 

 

ErfcInv(x=2)

ErfcInv(x=0)

ErfcInv(x), |x|<0

ErfcInv(x), |x|>2

ErfcInv(INF)

ErfcInv(x=2)

ErfcInv(x=0)

ErfcInv(x), |x|<0

ErfcInv(x), |x|>2

ErfcInv(INF)

-INF_32F

INF_32F

NAN_32F

NAN_32F

NAN_32F

-INF_64F

INF_64F

NAN_64F

NAN_64F

NAN_64F

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsDomain

CdfNorm

32f

64f

CdfNorm(x), |x|<underflow

CdfNorm(x), |x|<underflow

0

0

ippStsUnderflow

ippStsUnderflow

CdfNormInv

32f

 

 

 

 

64f

 

 

 

 

CdfNormInv(x=1)

CdfNormInv(x=0)

CdfNormInv(x), x<0

CdfNormInv(x), x>1

CdfNormInv(INF)

CdfNormInv(x=1)

CdfNormInv(x=0)

CdfNormInv(x), x<0

CdfNormInv(x), x>1

CdfNormInv(INF)

INF_32F

-INF_32F

NAN_32F

NAN_32F

NAN_32F

INF_64F

-INF_64F

NAN_64F

NAN_64F

NAN_64F

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsDomain

ippStsSingularity

ippStsSingularity

ippStsDomain

ippStsDomain

ippStsDomain


Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.