5 references to Prime32_3
System.IO.Hashing (5)
System\IO\Hashing\XxHash32.State.cs (2)
78acc += lane * Prime32_3; 96acc *= Prime32_3;
System\IO\Hashing\XxHashShared.cs (3)
396Vector256.Store(Vector256.Create(Prime32_3, Prime64_1, Prime64_2, Prime64_3), accumulators); 401Vector128.Store(Vector128.Create(Prime32_3, Prime64_1), accumulators); 409accumulators[0] = Prime32_3;