Home
last modified time | relevance | path

Searched refs:MASK22 (Results 1 – 3 of 3) sorted by relevance

/dports/math/testu01/TestU01-1.2.3/testu01/
H A Dutouzin.c600 #define MASK22 65535 /* 2^(31-15) - 1 */ macro
627 Resultat2 = ((state->x22 & MASK22) << 15) + 21069 * (state->x22 >> 16); in MRG00e_U01()
706 #undef MASK22
717 #define MASK22 1048575 /* 2^(31-11) - 1 */ macro
744 Resultat2 = ((state->x22 & MASK22) << 11) + (19 * (state->x22 >> 20)); in MRG00f_U01()
821 #undef MASK22
832 #define MASK22 4095 /* 2^(31-19) - 1 */ macro
862 Resultat2 = ((state->x22 & MASK22) << 19) + (19 * (state->x22 >> 12)); in MRG00g_U01()
968 #undef MASK22
982 #define MASK22 2047 /* 2^(31-20) - 1 */ macro
[all …]
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_hw_consts.h202 # define MASK22 017777777llu macro
260 return w & MASK22; in SIGNEXT22_32()
305 return w & MASK22; in SIGNEXT22_64()
H A Ddps8_eis.c2779 r = (uint) (rcnt & MASK22);