/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | rand.rs | 11 pub fn RAND_add(buf: *const c_void, num: c_int, randomness: c_double); in RAND_add()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | core_ffi_c.rs | 9 pub type c_double = ::core::ffi::c_double; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | core_ffi_c.h | 3 typedef double c_double; typedef
|
/third_party/rust/crates/libc/src/hermit/ |
D | mod.rs | 13 pub type c_double = f64; typedef
|
/third_party/rust/crates/libc/src/ |
D | sgx.rs | 10 pub type c_double = f64; typedef
|
D | switch.rs | 10 pub type c_double = f64; typedef
|
D | wasi.rs | 27 pub type c_double = f64; typedef 507 pub fn difftime(a: time_t, b: time_t) -> c_double; in difftime() 543 pub fn atof(s: *const c_char) -> c_double; in atof() 547 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod()
|
D | psp.rs | 14 pub type c_double = f64; typedef
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | illumos.rs | 82 pub fn pset_getloadavg(pset: ::psetid_t, load: *mut ::c_double, num: ::c_int) -> ::c_int; in pset_getloadavg()
|
D | mod.rs | 2766 pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int; in getloadavg()
|
/third_party/rust/crates/linux-raw-sys/src/ |
D | lib.rs | 39 pub type c_double = f64; typedef
|
/third_party/python/Lib/ctypes/ |
D | __init__.py | 196 class c_double(_SimpleCData): class
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 13 pub type c_double = f64; typedef 508 pub fn atof(s: *const c_char) -> c_double; in atof() 516 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() 1267 pub fn difftime(time1: time_t, time0: time_t) -> ::c_double; in difftime()
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 10 pub type c_double = f64; typedef 332 pub fn atof(s: *const c_char) -> c_double; in atof() 336 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 644 pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int; in getloadavg() 886 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48()
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 22 pub type c_double = f64; typedef 1122 pub fn atof(s: *const c_char) -> c_double; in atof() 1126 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() 1257 pub fn difftime(time1: time_t, time0: time_t) -> ::c_double; in difftime()
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 12 pub type c_double = f64; typedef
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 15 pub type c_double = f64; typedef 3405 pub fn atof(s: *const c_char) -> c_double; in atof() 3409 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1896 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1815 pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int; in getloadavg()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1827 pub fn kvm_getloadavg(kd: *mut kvm_t, loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int; in kvm_getloadavg()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2751 pub fn atof(s: *const ::c_char) -> ::c_double; in atof()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3890 pub fn erand48(xseed: *mut ::c_ushort) -> ::c_double; in erand48()
|