Searched refs:kMul (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/include/utils/ |
D | SkRandom.h | 141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG() 156 kMul = 1664525, enumerator
|
/third_party/skia/src/effects/ |
D | SkDiscretePathEffect.cpp | 40 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; } in nextU() 53 kMul = 1664525, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 181 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in hash_16_bytes() local 182 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() 184 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() 186 b *= kMul; in hash_16_bytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 180 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in hash_16_bytes() local 181 uint64_t a = (low ^ high) * kMul; in hash_16_bytes() 183 uint64_t b = (high ^ a) * kMul; in hash_16_bytes() 185 b *= kMul; in hash_16_bytes()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
D | city.cc | 214 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in HashLen16() local 215 return HashLen16(u, v, kMul); in HashLen16()
|
D | hash.h | 727 static constexpr uint64_t kMul = 873 m *= kMul;
|
/third_party/vixl/src/aarch32/ |
D | constants-aarch32.cc | 201 case kMul: in ToCString()
|
D | constants-aarch32.h | 205 kMul, enumerator
|
D | assembler-aarch32.h | 990 VIXL_ASSERT((type == kMul)); in Delegate()
|
D | disasm-aarch32.cc | 1965 os().SetCurrentInstruction(kMul, kArithmetic); in mul() 1966 os() << ToCString(kMul) << ConditionPrinter(it_block_, cond) << size << " " in mul()
|
D | assembler-aarch32.cc | 7485 Delegate(kMul, &Assembler::mul, cond, size, rd, rn, rm); in mul()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecodes.cc | 294 case Bytecode::kMul: in IsStarLookahead()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 446 case Bytecode::kMul: in BytecodeHasNoSideEffect()
|