MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / hash_combine

Function hash_combine

deps/GraphBLAS/CUDA/jitify.hpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438inline uint64_t hash_combine(uint64_t a, uint64_t b) {
439 // Note: The magic number comes from the golden ratio
440 return a ^ (0x9E3779B97F4A7C17ull + b + (b >> 2) + (a << 6));
441}
442
443inline bool extract_include_info_from_compile_error(std::string log,
444 std::string& name,

Callers 3

Kernel_implMethod · 0.85
Program_implMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected