/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 48 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
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 49 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 48 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ |
D | mod.rs | 60 pub struct Shift(pub BackendCoord); struct 62 impl CoordTranslate for Shift { implementation 69 impl ReverseCoordTranslate for Shift { implementation
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 39 #define PRINTCOMP(GetMacro, Shift) \ argument 44 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, GetMacro, SetMacro, Shift) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 38 #define PRINTCOMP(GetMacro, Shift) \ argument 43 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 38 #define PRINTCOMP(GetMacro, Shift) \ argument 43 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/ |
H A D | twoway.rs | 428 enum Shift { enum 433 impl Shift { implementation 444 ) -> Shift { in forward() 467 ) -> Shift { in reverse()
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | twoway.rs | 428 enum Shift { enum 433 impl Shift { implementation 444 ) -> Shift { in forward() 467 ) -> Shift { in reverse()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 426 Value *Op, unsigned Shift) { in UpgradeX86PSLLDQIntrinsics() 460 unsigned Shift) { in UpgradeX86PSRLDQIntrinsics() 523 Value *Op0, Value *Op1, Value *Shift, in UpgradeX86PALIGNRIntrinsics() 961 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local 967 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local 974 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local 980 unsigned Shift = cast<ConstantInt>(CI->getArgOperand(1))->getZExtValue(); in UpgradeIntrinsicCall() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/ |
D | area.rs | 180 fn into_drawing_area(self) -> DrawingArea<Self, Shift>; in into_drawing_area() argument 184 fn into_drawing_area(self) -> DrawingArea<T, Shift> { in into_drawing_area() argument 234 pub fn strip_coord_spec(&self) -> DrawingArea<DB, Shift> { in strip_coord_spec() argument 243 pub fn use_screen_coord(&self) -> DrawingArea<DB, Shift> { in use_screen_coord() argument 371 ) -> DrawingArea<DB, Shift> { in shrink() argument 401 ) -> DrawingArea<DB, Shift> { in margin() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 268 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 270 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 88 int Shift = 64 - Width - countLeadingZeros(Digits); variable 700 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | ScaledNumber.h | 88 int Shift = llvm::bit_width(Digits) - Width; variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 88 int Shift = 64 - Width - countLeadingZeros(Digits); variable 700 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
H A D | LEB128.h | 133 unsigned Shift = 0; variable 166 unsigned Shift = 0; variable
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 89 int Shift = 64 - Width - countLeadingZeros(Digits); variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
H A D | LEB128.h | 83 unsigned Shift = 0; variable 97 unsigned Shift = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | ScaledNumber.h | 88 int Shift = llvm::bit_width(Digits) - Width; variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | ScaledNumber.h | 88 int Shift = llvm::bit_width(Digits) - Width; variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
D | LEB128.h | 136 unsigned Shift = 0; variable 170 unsigned Shift = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | ScaledNumber.h | 88 int Shift = llvm::bit_width(Digits) - Width; variable 701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() 834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() 864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight()
|
D | LEB128.h | 136 unsigned Shift = 0; variable 170 unsigned Shift = 0; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
D | inst.go | 316 type Shift uint8 type 340 Shift Shift member 353 Shift Shift member 395 Shift Shift member
|