Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h133 unsigned Shift = 0; variable
166 unsigned Shift = 0; variable
DScaledNumber.h88 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()
DMathExtras.h99 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/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerEmbeddedInt.h44 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, enumerator
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h54 T Shift = std::numeric_limits<T>::digits >> 1; in count() local
/third_party/node/src/
Dcallback_queue-inl.h19 CallbackQueue<R, Args...>::Shift() { in Shift() function
/third_party/optimized-routines/math/
Dv_sinf.c28 #define Shift v_f32 (0x1.8p+23f) macro
Dv_cosf.c28 #define Shift v_f32 (0x1.8p+23f) macro
Dv_cos.c37 #define Shift v_f64 (0x1.8p52) macro
Dv_sin.c36 #define Shift v_f64 (0x1.8p52) macro
Dv_exp2f_1u.c23 #define Shift v_f32 (0x1.8p23f) macro
Dv_expf_1u.c26 #define Shift v_f32 (0x1.8p23f) macro
Dv_exp2f.c26 #define Shift v_f32 (0x1.8p23f) macro
Dexp2.c14 #define Shift __exp_data.exp2_shift macro
Dv_expf.c26 #define Shift v_f32 (0x1.8p23f) macro
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2.c14 #define Shift __exp_data.exp2_shift macro
Dexp.c17 #define Shift __exp_data.shift macro
/third_party/musl/src/math/
Dexp2.c14 #define Shift __exp_data.exp2_shift macro
Dexp.c17 #define Shift __exp_data.shift macro
/third_party/node/deps/brotli/c/common/
Dtransform.c194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() function
/third_party/skia/third_party/externals/brotli/c/common/
Dtransform.c194 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/
Dbitfield.inl242 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)

12345