13 references to MurmurRound
Microsoft.ML.Core (13)
Utilities\Hashing.cs (10)
152
hash =
MurmurRound
(hash, (uint)cur);
164
hash =
MurmurRound
(hash, (uint)cur);
169
hash =
MurmurRound
(hash, (uint)len);
226
hash =
MurmurRound
(hash, (uint)cur);
313
hash =
MurmurRound
(hash, (uint)cur);
325
hash =
MurmurRound
(hash, (uint)cur);
330
hash =
MurmurRound
(hash, (uint)len);
349
hash =
MurmurRound
(hash, data[i]);
351
hash =
MurmurRound
(hash, (uint)(lim - min));
361
/// <see cref="
MurmurRound
"/> will want to close their progressive building of
Utilities\Random.cs (3)
98
U2 = Hashing.
MurmurRound
(U1, U1);
99
U3 = Hashing.
MurmurRound
(U2, U1);
100
U4 = Hashing.
MurmurRound
(U3, U1);