Searched defs:mul_add_assign (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | mul_add.rs | 34 fn mul_add_assign(&mut self, a: A, b: B); in mul_add_assign() method 76 fn mul_add_assign(&mut self, a: Self, b: Self) { in mul_add_assign() method 84 fn mul_add_assign(&mut self, a: Self, b: Self) { in mul_add_assign() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/ |
D | lib.rs | 885 fn mul_add_assign(&mut self, other: Complex<T>, add: Complex<T>) { in mul_add_assign() method 900 fn mul_add_assign(&mut self, other: &Complex<T>, add: &Complex<T>) { in mul_add_assign() method
|