/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDKernelCodeTInfo.h | 38 #define PRINTCOMP(GetMacro, Shift) \ argument 43 #define PARSECOMP(SetMacro, Shift) \ argument 53 #define COMPPGM(name, aname, GetMacro, SetMacro, Shift) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LEB128.h | 133 unsigned Shift = 0; variable 166 unsigned Shift = 0; variable
|
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()
|
D | MathExtras.h | 99 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerEmbeddedInt.h | 44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
|
/third_party/node/src/ |
D | callback_queue-inl.h | 19 CallbackQueue<R, Args...>::Shift() { in Shift() function
|
/third_party/optimized-routines/math/ |
D | v_sinf.c | 28 #define Shift v_f32 (0x1.8p+23f) macro
|
D | v_cosf.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
|
D | exp2.c | 14 #define Shift __exp_data.exp2_shift macro
|
D | v_expf.c | 26 #define Shift v_f32 (0x1.8p23f) macro
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2.c | 14 #define Shift __exp_data.exp2_shift macro
|
D | exp.c | 17 #define Shift __exp_data.shift macro
|
/third_party/musl/src/math/ |
D | exp2.c | 14 #define Shift __exp_data.exp2_shift macro
|
D | exp.c | 17 #define Shift __exp_data.shift macro
|
/third_party/node/deps/brotli/c/common/ |
D | transform.c | 194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() function
|
/third_party/skia/third_party/externals/brotli/c/common/ |
D | transform.c | 194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | bitfield.inl | 242 GLM_FUNC_QUALIFIER genIType bitfieldRotateRight(genIType In, int Shift) 251 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift) 260 GLM_FUNC_QUALIFIER genIType bitfieldRotateLeft(genIType In, int Shift) 269 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateLeft(vecType<T, P> const& In, int Shift)
|