Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sys/windows/
Dcmath.rs11 pub fn cbrtf(n: c_float) -> c_float; in cbrtf()
14 pub fn expm1f(n: c_float) -> c_float; in expm1f()
16 pub fn fdimf(a: c_float, b: c_float) -> c_float; in fdimf()
20 pub fn hypotf(x: c_float, y: c_float) -> c_float; in hypotf()
22 pub fn log1pf(n: c_float) -> c_float; in log1pf()
35 pub fn acosf(n: c_float) -> c_float; in acosf()
36 pub fn asinf(n: c_float) -> c_float; in asinf()
37 pub fn atan2f(a: c_float, b: c_float) -> c_float; in atan2f()
38 pub fn atanf(n: c_float) -> c_float; in atanf()
39 pub fn coshf(n: c_float) -> c_float; in coshf()
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcore_ffi_c.h4 typedef float c_float; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dcore_ffi_c.rs4 pub type c_float = ::core::ffi::c_float; typedef
/third_party/rust/crates/libc/src/hermit/
Dmod.rs9 pub type c_float = f32; typedef
/third_party/rust/crates/libc/src/
Dsgx.rs9 pub type c_float = f32; typedef
Dxous.rs9 pub type c_float = f32; typedef
Dswitch.rs9 pub type c_float = f32; typedef
Dwasi.rs28 pub type c_float = f32; typedef
552 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__.py194 class c_float(_SimpleCData): class
/third_party/rust/crates/libc/src/windows/
Dmod.rs9 pub type c_float = f32; typedef
341 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
/third_party/rust/crates/libc/src/teeos/
Dmod.rs27 pub type c_float = f32; typedef
1311 pub fn ceilf(x: c_float) -> c_float; in ceilf()
1327 pub fn roundf(x: c_float) -> c_float; in roundf()
/third_party/rust/crates/libc/src/unix/
Dmod.rs12 pub type c_float = f32; typedef
504 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
1142 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
3497 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()