Home
last modified time | relevance | path

Searched refs:erand48 (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/src/prng/
Ddrand48.c5 double erand48(unsigned short s[3]) in erand48() function
16 return erand48(__seed48); in drand48()
/third_party/musl/libc-test/src/functionalext/supplement/prng/
Derand48.c27 double result = erand48(xseed); in erand48_0100()
Dtest_src_functionalext_supplement_prng.gni24 "erand48",
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h130 double erand48 (unsigned short [3]);
/third_party/musl/libc-test/src/api/
Dstdlib.c75 {double(*p)(unsigned short[]) = erand48;} in f()
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h127 double erand48 (unsigned short [3]);
/third_party/musl/ndk_musl_include/
Dstdlib.h124 double erand48 (unsigned short [3]);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h128 double erand48 (unsigned short [3]);
/third_party/musl/include/
Dstdlib.h129 double erand48 (unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h128 double erand48 (unsigned short [3]);
/third_party/musl/porting/linux/user/include/
Dstdlib.h133 double erand48 (unsigned short [3]);
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1005 erand48
Dnetbsd.txt1190 erand48
Ddragonfly.txt1254 erand48
Dfreebsd.txt1557 erand48
Dlinux.txt2912 erand48
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs886 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() function
/third_party/musl/
Dlibc.map.txt582 erand48;
/third_party/rust/crates/libc/src/solid/
Dmod.rs532 pub fn erand48(arg1: *mut c_ushort) -> f64; in erand48() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1896 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3890 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6372 extern double erand48 (unsigned short int __xsubi[3]) throw () __attribute__ ((__nonnull__ (1)));