Home
last modified time | relevance | path

Searched defs:c_float (Results 1 – 7 of 7) sorted by relevance

/rust-libc-0.2.174/src/
H A Dprimitives.rs17 pub type c_float = f32; typedef
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1281 pub fn ceilf(x: c_float) -> c_float; in ceilf()
1297 pub fn roundf(x: c_float) -> c_float; in roundf()
/rust-libc-0.2.174/src/windows/
H A Dmod.rs332 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs672 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs584 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1160 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3488 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()