iLLD_TC27xC
1.0
|
![]() |
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) |
These intrinsic functions return the minimum or maximum of a sint16, uint16 or sint16
IFX_INLINE sint32 __max | ( | sint32 | a, |
sint32 | b | ||
) |
Return maximum of two integers
Definition at line 95 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE sint32 __maxs | ( | sint16 | a, |
sint16 | b | ||
) |
Return maximum of two sint16
Definition at line 104 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE uint32 __maxu | ( | uint32 | a, |
uint32 | b | ||
) |
Return maximum of two unsigned integers
Definition at line 112 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE sint32 __min | ( | sint32 | a, |
sint32 | b | ||
) |
Return minimum of two integers
Definition at line 121 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE sint16 __mins | ( | sint16 | a, |
sint16 | b | ||
) |
Return minimum of two sint16
Definition at line 130 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE uint32 __minu | ( | uint32 | a, |
uint32 | b | ||
) |
Return minimum of two unsigned integers
Definition at line 139 of file IfxCpu_IntrinsicsGnuc.h.