| /external/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDKernelCodeTInfo.h | 39 #define PRINTCOMP(GetMacro, Shift) \ argument 44 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, GetMacro, SetMacro, Shift) \ argument
|
| /external/llvm/include/llvm/Support/ |
| D | LEB128.h | 83 unsigned Shift = 0; variable 97 unsigned Shift = 0; variable
|
| D | MathExtras.h | 54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
| 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()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDKernelCodeTInfo.h | 39 #define PRINTCOMP(GetMacro, Shift) \ argument 44 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | LEB128.h | 134 unsigned Shift = 0; variable 167 unsigned Shift = 0; variable
|
| D | MathExtras.h | 63 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
| 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()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| 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
|
| /external/llvm/lib/Support/ |
| 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
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
| D | PointerEmbeddedInt.h | 45 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
|
| /external/capstone/ |
| D | LEB128.h | 30 unsigned Shift = 0; in decodeULEB128() local
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | MathExtras.h | 54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
| /external/clang/include/clang/Basic/ |
| D | OperatorPrecedence.h | 39 Shift = 11, // <<, >> enumerator
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmshalf.c | 463 static const cmsUInt8Number Shift[512] = { variable
|
| /external/llvm/include/llvm/ADT/ |
| D | PointerEmbeddedInt.h | 42 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
|
| /external/pdfium/fxjs/xfa/ |
| D | cjx_eventpseudomodel.h | 29 Shift, enumerator
|
| /external/arm-optimized-routines/math/ |
| D | v_cosf.c | 28 #define Shift v_f32 (0x1.8p+23f) macro
|
| D | v_sinf.c | 28 #define Shift v_f32 (0x1.8p+23f) macro
|
| D | v_cos.c | 37 #define Shift v_f64 (0x1.8p52) macro
|
| D | v_sin.c | 36 #define Shift v_f64 (0x1.8p52) macro
|
| D | v_exp2f_1u.c | 23 #define Shift v_f32 (0x1.8p23f) macro
|
| D | v_expf_1u.c | 26 #define Shift v_f32 (0x1.8p23f) macro
|
| D | v_exp2f.c | 26 #define Shift v_f32 (0x1.8p23f) macro
|
| /external/llvm/lib/IR/ |
| 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
|