Searched defs:byteswap (Results 1 – 11 of 11) sorted by relevance
26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
18 constexpr T byteswap(T value) noexcept in byteswap() function
65 [[nodiscard]] constexpr T byteswap(T V) noexcept { in byteswap() function
240 [[nodiscard]] constexpr T byteswap(T x) noexcept { in byteswap() function
38 fastfloat_really_inline constexpr uint64_t byteswap(uint64_t val) { in byteswap() function
328 byteswap(T &v, pipe_endian e) { in byteswap() function
407 def byteswap(self, dtype): member in _StorageBase
6035 def int_types(byteswap=False): argument