Home
last modified time | relevance | path

Searched defs:Shift (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/external/rust/android-crates-io/crates/plotters/src/coord/
Dmod.rs60 pub struct Shift(pub BackendCoord); struct
62 impl CoordTranslate for Shift { implementation
69 impl ReverseCoordTranslate for Shift { implementation
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h39 #define PRINTCOMP(GetMacro, Shift) \ argument
44 #define PARSECOMP(SetMacro, Shift) \ argument
53 #define COMPPGM(name, GetMacro, SetMacro, Shift) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h38 #define PRINTCOMP(GetMacro, Shift) \ argument
43 #define PARSECOMP(SetMacro, Shift) \ argument
53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h38 #define PRINTCOMP(GetMacro, Shift) \ argument
43 #define PARSECOMP(SetMacro, Shift) \ argument
53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
/external/llvm/include/llvm/Support/
DLEB128.h83 unsigned Shift = 0; variable
97 unsigned Shift = 0; variable
DMathExtras.h54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
64 int Shift = 0; in divide32() local
86 int Shift = 0; in divide64() local
169 int Shift = 63 - (NewE - E); in toStringAPFloat() local
214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
64 int Shift = 0; in divide32() local
86 int Shift = 0; in divide64() local
169 int Shift = 63 - (NewE - E); in toStringAPFloat() local
214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString() local
/external/llvm/lib/Support/
DScaledNumber.cpp49 int Shift = 64 - LeadingZeros; in multiply64() local
65 int Shift = 0; in divide32() local
87 int Shift = 0; in divide64() local
170 int Shift = 63 - (NewE - E); in toStringAPFloat() local
215 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) { in toString() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h133 unsigned Shift = 0; variable
166 unsigned Shift = 0; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DLEB128.h133 unsigned Shift = 0; variable
166 unsigned Shift = 0; variable
/external/pigweed/pw_log_tokenized/public/pw_log_tokenized/
Dmetadata.h29 static constexpr T Shift(T value) { in Shift() function
41 static constexpr T Shift(T) { return 0; } in Shift() function
/external/pytorch/torch/csrc/profiler/unwind/
Dlexer.h35 unsigned Shift = 0; in readSLEB128() local
56 unsigned Shift = 0; in readULEB128() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp268 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
311 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
354 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp270 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
313 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
356 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
/external/capstone/
DLEB128.h28 unsigned Shift = 0; in decodeULEB128() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/
Dtwoway.rs428 enum Shift { enum
433 impl Shift { implementation
444 ) -> Shift { in forward()
467 ) -> Shift { in reverse()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/
Dtwoway.rs428 enum Shift { enum
433 impl Shift { implementation
444 ) -> Shift { in forward()
467 ) -> Shift { in reverse()
/external/rust/android-crates-io/crates/memchr/src/arch/all/
Dtwoway.rs428 enum Shift { enum
433 impl Shift { implementation
444 ) -> Shift { in forward()
467 ) -> Shift { in reverse()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/external/rust/android-crates-io/crates/plotters/examples/
Dsierpinski.rs6 drawing_area: &DrawingArea<BitMapBackend, Shift>, in sierpinski_carpet() argument
/external/arm-optimized-routines/math/aarch64/
Dcospi_3u5.c25 #define Shift 0x1.8p+52 macro
Dsinpi_3u5.c27 #define Shift 0x1.8p+52 macro

12345678910>>...14