Searched refs:CRAYFIX (Results 1 – 1 of 1) sorted by relevance
56 #define CRAYFIX(X) ((X) & 0xffffffff) macro58 #define CRAYFIX(X) (X) macro64 x = CRAYFIX(x); in cshift()65 return CRAYFIX((x << n) | (x >> (32 - n))); in cshift()