Searched refs:multiply_high_u64 (Results 1 – 2 of 2) sorted by relevance
52 inline uint64 multiply_high_u64(uint64 x, uint64 y) { in multiply_high_u64() function349 return presized_cuckoo_map::multiply_high_u64(x, num_buckets_); in fast_map_to_buckets()
42 EXPECT_EQ(tc.result, presized_cuckoo_map::multiply_high_u64(tc.x, tc.y)); in TEST()