4 references to Prime64_3
Microsoft.CodeAnalysis (4)
Hashing\XxHash64.State.cs (1)
27
hash *=
Prime64_3
;
Hashing\XxHashShared.cs (3)
405
Vector256.Store(Vector256.Create(Prime32_3, Prime64_1, Prime64_2,
Prime64_3
), accumulators);
411
Vector128.Store(Vector128.Create(Prime64_2,
Prime64_3
), accumulators + 2);
421
accumulators[3] =
Prime64_3
;