iLLD_TC29xB
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 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.