Home
last modified time | relevance | path

Searched refs:float_to_int_unchecked (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dcast.rs280 macro_rules! float_to_int_unchecked { macro
300 return Some(float_to_int_unchecked!(*self => $i));
310 return Some(float_to_int_unchecked!(*self => $i));
329 return Some(float_to_int_unchecked!(*self => $u));
337 return Some(float_to_int_unchecked!(*self => $u));
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/
H A Dnum.rs30 unsafe { crate::intrinsics::float_to_int_unchecked(self) }
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/convert/
H A Dnum.rs30 unsafe { crate::intrinsics::float_to_int_unchecked(self) }
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/
H A Dnum.rs30 unsafe { crate::intrinsics::float_to_int_unchecked(self) }
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/
H A Dnum.rs30 unsafe { crate::intrinsics::float_to_int_unchecked(self) }
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/
H A Dnum.rs30 unsafe { crate::intrinsics::float_to_int_unchecked(self) }
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs1991 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs1991 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs1952 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs1952 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs1952 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function