3 references to Rotate
Microsoft.ML.Core (3)
Utilities\Hashing.cs (3)
97
chunk =
Rotate
(chunk, 15);
101
hash =
Rotate
(hash, 13);
253
k1 *= 0xCC9E2D51; k1 =
Rotate
(k1, 15);