Home
last modified time | relevance | path

Searched defs:Shift (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp43 uint64_t Shift = countTrailingZeros(Val); in dumpApplePropertyAttribute() local
/third_party/optimized-routines/math/
H A Dv_cosf.c28 #define Shift v_f32 (0x1.8p+23f) macro
H A Dv_exp.c38 #define Shift v_f64 (0x1.8p+52) macro
H A Dv_exp2f.c26 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_expf_1u.c26 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_sinf.c28 #define Shift v_f32 (0x1.8p+23f) macro
H A Dexp2.c14 #define Shift __exp_data.exp2_shift macro
H A Dv_cos.c37 #define Shift v_f64 (0x1.8p52) macro
H A Dv_expf.c26 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_exp2f_1u.c23 #define Shift v_f32 (0x1.8p23f) macro
H A Dv_sin.c36 #define Shift v_f64 (0x1.8p52) macro
H A Dexp.c17 #define Shift __exp_data.shift macro
/third_party/node/src/
H A Dcallback_queue-inl.h19 CallbackQueue<R, Args...>::Shift() { in Shift() function in node::CallbackQueue
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c17 #define Shift __exp_data.shift macro
H A Dexp2.c14 #define Shift __exp_data.exp2_shift macro
/third_party/musl/src/math/
H A Dexp2.c14 #define Shift __exp_data.exp2_shift macro
H A Dexp.c17 #define Shift __exp_data.shift macro
/third_party/node/deps/brotli/c/common/
H A 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/
H A Dtransform.c194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() function
/third_party/lzma/C/
H A DPpmd.h47 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member
/third_party/skia/third_party/externals/angle2/util/
H A DEvent.h33 bool Shift; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
64 int Shift = 0; in divide32() local
86 int Shift = 0; divide64() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.h473 SDValue Shift = DAG.getNode(ISD::SHL, DL, Ty, HigherPart, Cst); in getAddrNonPICSym64() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc59 void Shift(int shift_amount) { in Shift() function in double_conversion::UInt128
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc41 void Shift(int shift_amount) { in Shift() function in v8::base::UInt128

Completed in 9 milliseconds

12345