Home
last modified time | relevance | path

Searched refs:kMul (Results 1 – 25 of 56) sorted by relevance

123

/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.h103 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
104 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
106 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
108 b *= kMul; in Hash128to64()
127 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Fingerprint() local
128 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Fingerprint()
130 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Fingerprint()
132 b *= kMul; in Fingerprint()
134 b *= kMul; in Fingerprint()
141 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Fingerprint() local
[all …]
/external/libtextclassifier/native/utils/hash/
Dfarmhash.h105 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
106 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
108 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
110 b *= kMul; in Hash128to64()
129 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Fingerprint() local
130 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Fingerprint()
132 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Fingerprint()
134 b *= kMul; in Fingerprint()
136 b *= kMul; in Fingerprint()
143 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Fingerprint() local
[all …]
Dcityhash.cc37 const uint64_t kMul = 0xc6a4a7935bd1e995ULL; in Hash128to64() local
38 uint64_t a = (absl::Uint128Low64(x) ^ absl::Uint128High64(x)) * kMul; in Hash128to64()
40 uint64_t b = (absl::Uint128High64(x) ^ a) * kMul; in Hash128to64()
42 b *= kMul; in Hash128to64()
/external/tensorflow/tensorflow/core/platform/
Dfingerprint.h69 static const uint64 kMul = 0xc6a4a7935bd1e995ULL; in FingerprintCat64() local
70 uint64 result = fp1 ^ kMul; in FingerprintCat64()
71 result ^= internal::ShiftMix(fp2 * kMul) * kMul; in FingerprintCat64()
72 result *= kMul; in FingerprintCat64()
73 result = internal::ShiftMix(result) * kMul; in FingerprintCat64()
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/
Dcity.h83 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
84 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
86 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
88 b *= kMul; in Hash128to64()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/
Dcity.h83 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
84 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
86 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
88 b *= kMul; in Hash128to64()
/external/abseil-cpp/absl/hash/internal/
Dcity.h83 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
84 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
86 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
88 b *= kMul; in Hash128to64()
/external/libtextclassifier/abseil-cpp/absl/hash/internal/
Dcity.h83 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in Hash128to64() local
84 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
86 uint64_t b = (Uint128High64(x) ^ a) * kMul; in Hash128to64()
88 b *= kMul; in Hash128to64()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate_test.cc61 AddTfOp(testing::kMul, {6, 7}, {8}); in TEST_F()
216 AddTfOp(testing::kMul, {6, 7}, {8}); in TEST_F()
264 AddTfOp(testing::kMul, {6, 7}, {8}); in TEST_F()
289 AddTfOp(testing::kMul, {6, 7}, {8}); in TEST_F()
325 AddTfOp(testing::kMul, {4, 5}, {6}); in TEST_F()
382 AddTfOp(testing::kMul, {6, 7}, {8}); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmix.h25 static const size_t kMul = static_cast<size_t>(0xdc3eb94af8ab4c93ULL); in Mix() local
26 hash_ *= kMul; in Mix()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dfuse_binary_into_preceding_affine.cc106 CHECK(mul_or_div_op->type == OperatorType::kMul || in FuseMulOrDivParamsIntoPrecedingAffine()
168 if (mul_or_div_op->type == OperatorType::kMul) { in FuseMulOrDivParamsIntoPrecedingAffine()
178 if (mul_or_div_op->type == OperatorType::kMul) { in FuseMulOrDivParamsIntoPrecedingAffine()
190 if (mul_or_div_op->type == OperatorType::kMul) { in FuseMulOrDivParamsIntoPrecedingAffine()
213 binary_op->type != OperatorType::kMul && in Run()
375 } else if (binary_op->type == OperatorType::kMul || in Run()
Dfuse_binary_into_following_affine.cc116 CHECK(mul_or_div_op->type == OperatorType::kMul || in FuseMulOrDivParamsIntoFollowingAffine()
141 if (mul_or_div_op->type == OperatorType::kMul) { in FuseMulOrDivParamsIntoFollowingAffine()
160 binary_op->type != OperatorType::kMul && in Run()
285 } else if (binary_op->type == OperatorType::kMul || in Run()
Didentify_hardswish.cc56 if (!IsBinaryOp(mul_op, OperatorType::kMul)) { in Run()
66 if (!IsBinaryOp(output_op, OperatorType::kMul)) { in Run()
Dremove_trivial_binary.cc56 binary_op->type != OperatorType::kMul && in Run()
119 } else if (binary_op->type == OperatorType::kMul) { in Run()
Didentify_lstm.cc147 if (final_output_mul->type != OperatorType::kMul) { in Run()
182 if (!MatchOperatorInputs(*state_combine_add, *model, OperatorType::kMul, in Run()
183 &state_forget_mul, OperatorType::kMul, in Run()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc30 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in CombineFingerprints() local
31 uint64_t a = (l ^ h) * kMul; in CombineFingerprints()
33 uint64_t b = (h ^ a) * kMul; in CombineFingerprints()
35 b *= kMul; in CombineFingerprints()
37 b *= kMul; in CombineFingerprints()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc106 {{OperatorType::kMul, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel()
107 {{OperatorType::kMul, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
108 {{OperatorType::kMul, 3}, "1.15.0"}, in GetMinimumRuntimeVersionForModel()
109 {{OperatorType::kMul, 4}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
/external/skqp/include/utils/
DSkRandom.h141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG()
156 kMul = 1664525, enumerator
/external/skia/include/utils/
DSkRandom.h141 static uint32_t NextLCG(uint32_t seed) { return kMul*seed + kAdd; } in NextLCG()
156 kMul = 1664525, enumerator
/external/skqp/src/effects/
DSkDiscretePathEffect.cpp65 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; } in nextU()
78 kMul = 1664525, enumerator
/external/skia/src/effects/
DSkDiscretePathEffect.cpp65 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; } in nextU()
78 kMul = 1664525, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h180 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()
/external/llvm-project/llvm/include/llvm/ADT/
DHashing.h184 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in hash_16_bytes() local
185 uint64_t a = (low ^ high) * kMul; in hash_16_bytes()
187 uint64_t b = (high ^ a) * kMul; in hash_16_bytes()
189 b *= kMul; in hash_16_bytes()
/external/llvm/include/llvm/ADT/
DHashing.h181 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h181 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()

123