Home
last modified time | relevance | path

Searched defs:byteswap (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__bit/
Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__bit/
Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
/external/cronet/tot/third_party/libc++/src/include/__bit/
Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__bit/
Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
/external/libkmsxx/kms++util/inc/kms++util/
Dendian.h18 constexpr T byteswap(T value) noexcept in byteswap() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
Dbit.h65 [[nodiscard]] constexpr T byteswap(T V) noexcept { in byteswap() function
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits.h240 [[nodiscard]] constexpr T byteswap(T x) noexcept { in byteswap() function
/external/pdfium/third_party/fast_float/include/
Dascii_number.h38 fastfloat_really_inline constexpr uint64_t byteswap(uint64_t val) { in byteswap() function
/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp328 byteswap(T &v, pipe_endian e) { in byteswap() function
/external/pytorch/torch/
Dstorage.py407 def byteswap(self, dtype): member in _StorageBase
/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_multiarray.py6035 def int_types(byteswap=False): argument