Searched defs:abs_sub (Results  1 – 5 of 5) sorted by relevance
| /external/rust/crates/num-traits/src/ | 
| D | sign.rs | 20     fn abs_sub(&self, other: &Self) -> Self;  in abs_sub()  method 90     fn abs_sub(&self, other: &Self) -> Self {  in abs_sub()  function 174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T {  in abs_sub()  function
  | 
| D | float.rs | 1548     fn abs_sub(self, other: Self) -> Self;  in abs_sub()  method 2070     fn abs_sub(self, other: Self) -> Self {  in abs_sub()  method 2118     fn abs_sub(self, other: Self) -> Self {  in abs_sub()  method
  | 
| D | real.rs | 469     fn abs_sub(self, other: Self) -> Self;  in abs_sub()  method
  | 
| /external/rust/crates/half/src/ | 
| D | num_traits.rs | 481     fn abs_sub(self, other: Self) -> Self {  in abs_sub()  method 1219     fn abs_sub(self, other: Self) -> Self {  in abs_sub()  method
  | 
| /external/rust/crates/num-bigint/src/ | 
| D | bigint.rs | 263     fn abs_sub(&self, other: &BigInt) -> BigInt {  in abs_sub()  method
  |