Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dhash.h142 constexpr const uint64_t GOLDEN_RATIO = 0x9e3779b9; in HashCombine() local
145 seed ^= hash(v) + GOLDEN_RATIO + (seed << ROTL) + (seed >> ROTR); in HashCombine()