Searched defs:ZigZagDecode (Results 1 – 4 of 4) sorted by relevance
107 constexpr std::make_signed_t<T> ZigZagDecode(T n) in ZigZagDecode() function
173 inline typename std::make_signed<T>::type ZigZagDecode(T value) { in ZigZagDecode() function
110 def ZigZagDecode(value): function