Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dgeometry.cpp55 #ifndef GOLDBERG_BITS
56 #define GOLDBERG_BITS 5 macro
59 static const int GOLDBERG_LIMIT = (1<<GOLDBERG_BITS);
H A Dgoldberg.cpp116 ((li.relative.second & GOLDBERG_MASK_HALF) << (GOLDBERG_BITS-1)) + in get_code()
117 ((fixg6(li.total_dir)) << (2*GOLDBERG_BITS-2)) + in get_code()
118 ((li.last_dir & 15) << (2*GOLDBERG_BITS+2)); in get_code()