Home
last modified time | relevance | path

Searched refs:randlong (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtrootn_si.c190 (randlimb () % 16 == 0 ? randlong () : (long) (randlimb () % 31) - 15)
H A Dmpfr-test.h207 long randlong (void);
H A Dtests.c529 randlong (void) in randlong() function
H A Dtpow.c70 (randlimb () % 16 == 0 ? randlong () : (long) (randlimb () % 31) - 15)
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog2332 Changed INT_RAND_FUNCTION, in particular to use randulong / randlong
2352 [tests] Add randulong and randlong functions (useful with mini-gmp).
2357 randulong() and randlong() functions should now be used instead.