Searched refs:RANDBITS (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h1302 /* RANDBITS:
1310 #define RANDBITS 48 /**/ macro
H A Dutil.c4316 #if RANDBITS > 16
4401 #if RANDBITS < (UVSIZE * 8)
4407 (UV)(Drand01() * (NV)((1 << ((UVSIZE * 8 - RANDBITS))) - 1));
4408 #endif /* RANDBITS < (UVSIZE * 8) */
H A Dconfig_h.SH1326 /* RANDBITS:
1334 #define RANDBITS $randbits /**/

Completed in 37 milliseconds