Searched refs:BITS_PER_WORD (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_arith.c110 #define BITS_PER_WORD (8*SIZEOF_WORD) macro
1163 if (v1.nint && v2.nint >= BITS_PER_WORD)
1171 if (-v2.nint >= BITS_PER_WORD)
1172 result.val.nint = v1.nint >> BITS_PER_WORD-1;
1220 if (v2.nint >= BITS_PER_WORD)
1221 result.val.nint = v1.nint >> BITS_PER_WORD-1;
1227 if (v1.nint && -v2.nint >= BITS_PER_WORD)
1295 if (vn.nint < BITS_PER_WORD-1)
1333 if (vn.nint < BITS_PER_WORD-1)
1372 vn.nint < BITS_PER_WORD
[all...]
H A Dbip_serialize.c216 #define BITS_PER_WORD (8*SIZEOF_CHAR_P) macro
223 int shift = BITS_PER_WORD-7; \

Completed in 30 milliseconds