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