Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dcore_ffi_c.rs10 pub type c_float = ::core::ffi::c_float; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcore_ffi_c.h4 typedef float c_float; typedef
/third_party/rust/crates/libc/src/hermit/
Dmod.rs12 pub type c_float = f32; typedef
/third_party/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
/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs298 fn c_float(i: &[u8]) -> nom::IResult<&[u8], f64> { in c_float() function
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs38 pub type c_float = f32; typedef
/third_party/python/Lib/ctypes/
D__init__.py192 class c_float(_SimpleCData): class
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/rust/crates/libc/src/solid/
Dmod.rs11 pub type c_float = f32; typedef
/third_party/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()