Home
last modified time | relevance | path

Searched refs:c_double (Results 1 – 25 of 31) sorted by relevance

12

/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1277 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 Darm.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
H A Dpowerpc.rs3 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dpowerpc.rs6 pub(crate) const _ALIGNBYTES: usize = mem::size_of::<c_double>() - 1;
H A Driscv64.rs21 pub u_d: c_double,
/rust-libc-0.2.174/libc-test/test/
H A Dprimitive_types.rs14 c_longlong c_ulonglong c_float c_double); in same()
/rust-libc-0.2.174/src/
H A Dprimitives.rs18 pub type c_double = f64; typedef
H A Dmacros.rs84 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 Dmod.rs327 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 Dwindows.txt161 c_double
H A Dunix.txt466 c_double
H A Daix.txt1828 c_double
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs675 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 Dmod.rs543 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 Dillumos.rs295 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 Dpowerpc64.rs273 pub d: c_double,
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1155 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 Dmod.rs663 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 Ds390x.rs76 pub d: c_double,
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2092 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 Ds390x.rs217 pub d: c_double,
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1932 pub fn drand48() -> c_double; in drand48()
1933 pub fn erand48(xseed: *mut c_ushort) -> c_double; in erand48() argument
H A Dnative.rs1111 pub fn is_computer_on_fire() -> c_double; in is_computer_on_fire()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4360 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 Dmod.rs1485 pub fn getloadavg(loadavg: *mut c_double, nelem: c_int) -> c_int; in getloadavg() argument

12