Searched refs:BC_LONG_BIT (Results 1 – 7 of 7) sorted by relevance
61 #ifndef BC_LONG_BIT62 #define BC_LONG_BIT LONG_BIT macro65 #if BC_LONG_BIT > LONG_BIT66 #error BC_LONG_BIT cannot be greater than LONG_BIT69 #if BC_LONG_BIT >= 6474 #elif BC_LONG_BIT >= 3281 #error BC_LONG_BIT must be at least 32
60 #if BC_LONG_BIT >= 6471 #elif BC_LONG_BIT >= 3284 #error BC_LONG_BIT must be at least 32
57 #if BC_LONG_BIT >= 64
217 r->inc.hi |= (r->inc.lo & (1UL << (BC_LONG_BIT - 1))) >> (BC_LONG_BIT - 1); in bc_rand_setInc()225 *state = ((BcRandState) val1) | ((BcRandState) val2) << (BC_LONG_BIT); in bc_rand_seedState()377 res.lo |= (res.hi & 1) << (BC_LONG_BIT - 1); in bc_rand_getInc()
951 #if BC_LONG_BIT >= 64
1084 bc_vm_printf("BC_LONG_BIT = %lu\n", (ulong) BC_LONG_BIT); in bc_parse_stmt()
138 BC_LONG_BIT = %%LONG_BIT%%