Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/hermit/
Dmod.rs12 pub type c_float = f32; typedef
/external/rust/crates/libc/src/
Dsgx.rs9 pub type c_float = f32; typedef
Dswitch.rs9 pub type c_float = f32; typedef
Dwasi.rs28 pub type c_float = f32; typedef
548 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
Dpsp.rs13 pub type c_float = f32; typedef
/external/rust/crates/cexpr/src/
Dliteral.rs298 fn c_float(i: &[u8]) -> nom::IResult<&[u8], f64> { in c_float() function
/external/python/cpython3/Lib/ctypes/
D__init__.py192 class c_float(_SimpleCData): class
/external/python/cpython2/Lib/ctypes/
D__init__.py194 class c_float(_SimpleCData): class
/external/rust/crates/libc/src/windows/
Dmod.rs9 pub type c_float = f32; typedef
337 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/external/rust/crates/libc/src/unix/
Dmod.rs12 pub type c_float = f32; typedef
517 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/external/rust/crates/libc/src/vxworks/
Dmod.rs21 pub type c_float = f32; typedef
1127 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/external/rust/crates/libc/src/solid/
Dmod.rs11 pub type c_float = f32; typedef
/external/rust/crates/libc/src/fuchsia/
Dmod.rs14 pub type c_float = f32; typedef
3410 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()