- Timestamp:
- Jan 11, 2026, 3:55:34 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h
r21183 r42953 67 67 68 68 // These defines for bitwise opertaions are necessary to yield results of the proper size (use instead of ~) 69 #define PS_NOT_U8(A)(UINT8_MAX-(A)) // Perform bitwise NOT on A which is of type U870 #define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitw aise NOT on A which is of type U1671 #define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U 872 #define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitw aise NOT on A which is of type U1669 #define PS_NOT_U8(A)(UINT8_MAX-(A)) // Perform bitwise NOT on A which is of type U8 70 #define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitwise NOT on A which is of type U16 71 #define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U32 72 #define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitwise NOT on A which is of type U64 73 73 74 74 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
