Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dsign.rs20 fn abs_sub(&self, other: &Self) -> Self; in abs_sub() method
87 fn abs_sub(&self, other: &Self) -> Self { in abs_sub() function
171 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() function
Dfloat.rs1566 fn abs_sub(self, other: Self) -> Self; in abs_sub() method
2088 fn abs_sub(self, other: Self) -> Self { in abs_sub() method
2134 fn abs_sub(self, other: Self) -> Self { in abs_sub() method
Dreal.rs469 fn abs_sub(self, other: Self) -> Self; in abs_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Df32.rs643 pub fn abs_sub(self, other: f32) -> f32 { in abs_sub() method
H A Df64.rs643 pub fn abs_sub(self, other: f64) -> f64 { in abs_sub() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Df32.rs643 pub fn abs_sub(self, other: f32) -> f32 { in abs_sub() method
H A Df64.rs643 pub fn abs_sub(self, other: f64) -> f64 { in abs_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Df32.rs643 pub fn abs_sub(self, other: f32) -> f32 { in abs_sub() method
H A Df64.rs643 pub fn abs_sub(self, other: f64) -> f64 { in abs_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Df64.rs643 pub fn abs_sub(self, other: f64) -> f64 { in abs_sub() method
H A Df32.rs643 pub fn abs_sub(self, other: f32) -> f32 { in abs_sub() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Df64.rs643 pub fn abs_sub(self, other: f64) -> f64 { in abs_sub() method
H A Df32.rs643 pub fn abs_sub(self, other: f32) -> f32 { in abs_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dnum_traits.rs481 fn abs_sub(self, other: Self) -> Self { in abs_sub() method
1219 fn abs_sub(self, other: Self) -> Self { in abs_sub() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs263 fn abs_sub(&self, other: &BigInt) -> BigInt { in abs_sub() method