Home
last modified time | relevance | path

Searched defs:rotl (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.cpp26 static inline uint64_t rotl(uint64_t val, int count) in rotl() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__bit/
Drotate.h37 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, unsigned int __cnt) noexcept { in rotl() function
/external/cronet/third_party/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/webrtc/third_party/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/abseil-cpp/absl/numeric/
Dbits.h58 rotl(T x, int s) noexcept { in rotl() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dbit.h112 [[gnu::warn_unused_result]] constexpr std::enable_if_t<std::is_unsigned<T>::value, T> rotl( in rotl() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
Dbit.h27 [[gnu::warn_unused_result]] constexpr std::enable_if_t<is_bit_type<T>::value, T> rotl( in rotl() function
/external/rust/crates/ring/src/digest/
Dsha1.rs106 fn rotl(x: W32, n: u32) -> W32 { in rotl() function
/external/lua/src/
Dlmathlib.c303 static Rand64 rotl (Rand64 x, int n) { in rotl() function
419 static Rand64 rotl (Rand64 i, int n) { in rotl() function
/external/llvm/lib/Support/
DAPInt.cpp1273 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1277 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1232 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1236 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1070 APInt APInt::rotl(const APInt &rotateAmt) const { in rotl() function in APInt
1074 APInt APInt::rotl(unsigned rotateAmt) const { in rotl() function in APInt