Home
last modified time | relevance | path

Searched refs:multiply_high_u64 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h52 inline uint64 multiply_high_u64(uint64 x, uint64 y) { in multiply_high_u64() function
349 return presized_cuckoo_map::multiply_high_u64(x, num_buckets_); in fast_map_to_buckets()
Dpresized_cuckoo_map_test.cc42 EXPECT_EQ(tc.result, presized_cuckoo_map::multiply_high_u64(tc.x, tc.y)); in TEST()