Searched refs:nrand48 (Results 1 – 22 of 22) sorted by relevance
5 long nrand48(unsigned short s[3]) in nrand48() function12 return nrand48(__seed48); in lrand48()
36 long rev = nrand48(s); in nrand48_0100()
132 long int nrand48 (unsigned short [3]);
83 {long(*p)(unsigned short[]) = nrand48;} in f()
129 long int nrand48 (unsigned short [3]);
126 long int nrand48 (unsigned short [3]);
130 long int nrand48 (unsigned short [3]);
131 long int nrand48 (unsigned short [3]);
135 long int nrand48 (unsigned short [3]);
1110 nrand48
1358 nrand48
1388 nrand48
1736 nrand48
3088 nrand48
888 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
1207 nrand48;
583 pub fn nrand48(arg1: *mut c_ushort) -> c_long; in nrand48() function
1898 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
3892 pub fn nrand48(xseed: *mut ::c_ushort) -> ::c_long; in nrand48() function
8712 uint8_t byte = nrand48(seed) & 0xff; in BufferFillingHelper()8722 uint64_t rnd = nrand48(seed); in BufferFillingHelper()
6376 extern long int nrand48 (unsigned short int __xsubi[3])