| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | cmath.rs | 11 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/ |
| D | core_ffi_c.h | 4 typedef float c_float; typedef
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | core_ffi_c.rs | 4 pub type c_float = ::core::ffi::c_float; typedef
|
| /third_party/rust/crates/libc/src/hermit/ |
| D | mod.rs | 9 pub type c_float = f32; typedef
|
| /third_party/rust/crates/libc/src/ |
| D | sgx.rs | 9 pub type c_float = f32; typedef
|
| D | xous.rs | 9 pub type c_float = f32; typedef
|
| D | switch.rs | 9 pub type c_float = f32; typedef
|
| D | wasi.rs | 28 pub type c_float = f32; typedef 552 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
|
| D | psp.rs | 13 pub type c_float = f32; typedef
|
| /third_party/rust/crates/rust-cexpr/src/ |
| D | literal.rs | 298 fn c_float(i: &[u8]) -> nom::IResult<&[u8], f64> { in c_float() function
|
| /third_party/rust/crates/linux-raw-sys/src/ |
| D | lib.rs | 38 pub type c_float = f32; typedef
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 194 class c_float(_SimpleCData): class
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 9 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/ |
| D | mod.rs | 27 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/ |
| D | mod.rs | 12 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/ |
| D | mod.rs | 21 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/ |
| D | mod.rs | 11 pub type c_float = f32; typedef
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 14 pub type c_float = f32; typedef 3497 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof()
|