Searched refs:refmpn_random_half (Results 1 – 1 of 1) sorted by relevance
2477 refmpn_random_half (void) in refmpn_random_half() function2486 return ((refmpn_random_half () << (GMP_LIMB_BITS/2)) in refmpn_random_limb()2487 | refmpn_random_half ()) & GMP_NUMB_MASK; in refmpn_random_limb()2520 bit = CNST_LIMB(1) << (refmpn_random_half () % GMP_NUMB_BITS); in refmpn_random2()2531 run = (refmpn_random_half () % RUN_MODULUS) + 1; in refmpn_random2()