Home
last modified time | relevance | path

Searched refs:erand48 (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/prng/
H A 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/
H A Derand48.c27 double result = erand48(xseed); in erand48_0100()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h128 double erand48 (unsigned short [3]);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h127 double erand48 (unsigned short [3]);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h130 double erand48 (unsigned short [3]);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h128 double erand48 (unsigned short [3]);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c75 {double(*p)(unsigned short[]) = erand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h133 double erand48 (unsigned short [3]);
/third_party/musl/include/
H A Dstdlib.h134 double erand48 (unsigned short [3]);
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs886 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs532 pub fn erand48(arg1: *mut c_ushort) -> f64; in erand48() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1896 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3890 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6372 extern double erand48 (unsigned short int __xsubi[3]) throw () __attribute__ ((__nonnull__ (1)));
[all...]

Completed in 49 milliseconds