Searched refs:GMP_NUMB_HALFMASK (Results 1 – 1 of 1) sorted by relevance
308 #define GMP_NUMB_HALFMASK ((CNST_LIMB(1) << (GMP_NUMB_BITS/2)) - 1) macro315 n &= GMP_NUMB_HALFMASK; in randlimb_half()