Home
last modified time | relevance | path

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

/dports/games/augustus/augustus-3.1.0/src/core/
H A Darray.h200 #define array_active_bit_2(n) (((n) >= 1 << 2) ? (2 + array_active_bit_1((n) >> 2)) : array_active_… macro
201 …fine array_active_bit_3(n) (((n) >= 1 << 4) ? (4 + array_active_bit_2((n) >> 4)) : array_active_bi…