iLLD_TC27xD  1.0
Minimum and Maximum of (sint16) Integers
Collaboration diagram for Minimum and Maximum of (sint16) Integers:

Functions

IFX_INLINE sint32 __max (sint32 a, sint32 b)
 
IFX_INLINE sint32 __maxs (sint16 a, sint16 b)
 
IFX_INLINE uint32 __maxu (uint32 a, uint32 b)
 
IFX_INLINE sint32 __min (sint32 a, sint32 b)
 
IFX_INLINE sint16 __mins (sint16 a, sint16 b)
 
IFX_INLINE uint32 __minu (uint32 a, uint32 b)
 

Detailed Description

These intrinsic functions return the minimum or maximum of a sint16, uint16 or sint16

Function Documentation

IFX_INLINE sint32 __max ( sint32  a,
sint32  b 
)

Return maximum of two integers

Definition at line 94 of file IfxCpu_IntrinsicsGnuc.h.

IFX_INLINE sint32 __maxs ( sint16  a,
sint16  b 
)

Return maximum of two sint16

Definition at line 103 of file IfxCpu_IntrinsicsGnuc.h.

IFX_INLINE uint32 __maxu ( uint32  a,
uint32  b 
)

Return maximum of two unsigned integers

Definition at line 111 of file IfxCpu_IntrinsicsGnuc.h.

IFX_INLINE sint32 __min ( sint32  a,
sint32  b 
)

Return minimum of two integers

Definition at line 120 of file IfxCpu_IntrinsicsGnuc.h.

IFX_INLINE sint16 __mins ( sint16  a,
sint16  b 
)

Return minimum of two sint16

Definition at line 129 of file IfxCpu_IntrinsicsGnuc.h.

IFX_INLINE uint32 __minu ( uint32  a,
uint32  b 
)

Return minimum of two unsigned integers

Definition at line 138 of file IfxCpu_IntrinsicsGnuc.h.