| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1277 pub fn atan(x: c_double) -> c_double; in atan() argument 1279 pub fn ceil(x: c_double) -> c_double; in ceil() argument 1283 pub fn exp(x: c_double) -> c_double; in exp() argument 1285 pub fn fabs(x: c_double) -> c_double; in fabs() argument 1287 pub fn floor(x: c_double) -> c_double; in floor() argument 1289 pub fn frexp(x: c_double, e: *mut c_int) -> c_double; in frexp() argument 1291 pub fn log(x: c_double) -> c_double; in log() argument 1293 pub fn log2(x: c_double) -> c_double; in log2() argument 1295 pub fn pow(x: c_double, y: c_double) -> c_double; in pow() argument 1299 pub fn scalbn(x: c_double, n: c_int) -> c_double; in scalbn() argument [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | arm.rs | 3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
|
| H A D | powerpc.rs | 3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | powerpc.rs | 6 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
|
| H A D | riscv64.rs | 21 pub u_d: c_double,
|
| /rust-libc-0.2.174/libc-test/test/ |
| H A D | primitive_types.rs | 14 c_longlong c_ulonglong c_float c_double); in same()
|
| /rust-libc-0.2.174/src/ |
| H A D | primitives.rs | 18 pub type c_double = f64; typedef
|
| H A D | macros.rs | 84 c_char, c_double, c_float, c_int, c_long, c_longlong, c_short, c_uchar, c_uint,
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 327 pub fn atof(s: *const c_char) -> c_double; in atof() argument 331 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() argument 387 pub fn difftime(timeEnd: time_t, timeStart: time_t) -> c_double; in difftime() argument
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 161 c_double
|
| H A D | unix.txt | 466 c_double
|
| H A D | aix.txt | 1828 c_double
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 675 pub fn getloadavg(loadavg: *mut c_double, nelem: c_int) -> c_int; in getloadavg() argument 916 pub fn drand48() -> c_double; in drand48() 917 pub fn erand48(xseed: *mut c_ushort) -> c_double; in erand48() argument
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 543 pub fn difftime(a: time_t, b: time_t) -> c_double; in difftime() argument 579 pub fn atof(s: *const c_char) -> c_double; in atof() argument 583 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() argument
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | illumos.rs | 295 pub fn pset_getloadavg(pset: crate::psetid_t, load: *mut c_double, num: c_int) -> c_int; in pset_getloadavg() argument
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | powerpc64.rs | 273 pub d: c_double,
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1155 pub fn atof(s: *const c_char) -> c_double; in atof() argument 1159 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() argument 1299 pub fn difftime(time1: time_t, time0: time_t) -> c_double; in difftime() argument
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 663 pub fn atof(s: *const c_char) -> c_double; in atof() argument 671 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() argument 1456 pub fn difftime(time1: time_t, time0: time_t) -> c_double; in difftime() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/ |
| H A D | s390x.rs | 76 pub d: c_double,
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2092 pub fn getloadavg(loadavg: *mut c_double, nelem: c_int) -> c_int; in getloadavg() argument 2106 pub fn drand48() -> c_double; in drand48() 2107 pub fn erand48(xseed: *mut c_ushort) -> c_double; in erand48() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/ |
| H A D | s390x.rs | 217 pub d: c_double,
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 1932 pub fn drand48() -> c_double; in drand48() 1933 pub fn erand48(xseed: *mut c_ushort) -> c_double; in erand48() argument
|
| H A D | native.rs | 1111 pub fn is_computer_on_fire() -> c_double; in is_computer_on_fire()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4360 pub fn drand48() -> c_double; in drand48() 4361 pub fn erand48(xseed: *mut c_ushort) -> c_double; in erand48() argument 4412 pub fn getloadavg(loadavg: *mut c_double, nelem: c_int) -> c_int; in getloadavg() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 1485 pub fn getloadavg(loadavg: *mut c_double, nelem: c_int) -> c_int; in getloadavg() argument
|