HomeSort by: relevance | last modified time | path
    Searched defs:ran_nbits (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
random2.c 47 int ran_nbits, bit_pos, nb; local
80 ran_nbits = BITS_PER_RANDCALL - MPFR_LOG2_GMP_NUMB_BITS; /* Ideally - log2(GMP_NUMB_BITS) */
90 if (ran_nbits < LOGBITS_PER_BLOCK + 1)
94 ran_nbits = BITS_PER_RANDCALL;
126 ran_nbits -= LOGBITS_PER_BLOCK + 1;

Completed in 59 milliseconds