Home
last modified time | relevance | path

Searched refs:Rotl (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp53 const uint64_t result = Rotl(s_[0] + s_[3], 23) + s_[0];
60 s_[3] = Rotl(s_[3], 45);
65 inline uint64_t Rotl(const uint64_t x, int k) in Rotl() function in __anon9800::Xoroshiro128

Completed in 1 milliseconds