Searched refs:UPPER_MASK (Results 1 – 1 of 1) sorted by relevance
53 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro91 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()95 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()98 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()