Home
last modified time | relevance | path

Searched refs:take_sign_t (Results 1 – 1 of 1) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dcompat.h1021 static FORCE_INLINE CONSTEXPR take_sign_t<int16_t, T> B_SWAP16(T x)
1023 return static_cast< take_sign_t<int16_t, T> >(B_SWAP16_impl(static_cast<uint16_t>(x)));
1026 static FORCE_INLINE CONSTEXPR take_sign_t<int32_t, T> B_SWAP32(T x)
1028 return static_cast< take_sign_t<int32_t, T> >(B_SWAP32_impl(static_cast<uint32_t>(x)));
1031 static FORCE_INLINE CONSTEXPR take_sign_t<int64_t, T> B_SWAP64(T x)
1037 static FORCE_INLINE CONSTEXPR take_sign_t<int16_t, T> B_PASS16(T x)
1039 return static_cast< take_sign_t<int16_t, T> >(x);
1042 static FORCE_INLINE CONSTEXPR take_sign_t<int32_t, T> B_PASS32(T x)
1044 return static_cast< take_sign_t<int32_t, T> >(x);
1047 static FORCE_INLINE CONSTEXPR take_sign_t<int64_t, T> B_PASS64(T x)
[all …]