Home
last modified time | relevance | path

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

/dports/devel/ode/ode-0.13/GIMPACT/include/GIMPACT/
H A Dgim_math.h66 #define GUINT32_EXPONENT 5 macro
H A Dgim_memory.h328 _pt[(bit_index) >> GUINT32_EXPONENT] |= (1 << ((bit_index) & (GUINT32_BIT_COUNT - 1))); \
341 …(get_value) = _pt[(bit_index) >> GUINT32_EXPONENT] & (1 << ((bit_index) & (GUINT32_BIT_COUNT - 1))…
351 _pt[(bit_index) >> GUINT32_EXPONENT] &= ~(1 << ((bit_index) & (GUINT32_BIT_COUNT - 1))); \