/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | mul_add.rs | 28 fn mul_add(self, a: A, b: B) -> Self::Output; in mul_add() method 42 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add() method 52 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add() method
|
D | mod.rs | 5 pub mod mul_add; module
|
/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 83 pub(crate) fn mul_add(a: f64, b: f64, c: f64) -> f64 { in mul_add() function 186 pub(crate) fn mul_add(a: f64, b: f64, c: f64) -> f64 { in mul_add() function 265 pub(crate) fn mul_add(_: f64, _: f64, _: f64) -> f64 { in mul_add() function
|
D | dvec2.rs | 800 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | dvec3.rs | 866 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | dvec4.rs | 922 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 118 pub(crate) fn mul_add(a: f32, b: f32, c: f32) -> f32 { in mul_add() function 222 pub(crate) fn mul_add(a: f32, b: f32, c: f32) -> f32 { in mul_add() function 301 pub(crate) fn mul_add(_: f32, _: f32, _: f32) -> f32 { in mul_add() function
|
D | vec2.rs | 800 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | vec3.rs | 866 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | generic.c | 71 #define mul_add(r, a, w, c) \ macro 97 #define mul_add(r, a, w, c) \ macro
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite_v2_test_util.py | 134 def mul_add(self, x, y): member in ModelTest._getMultiFunctionModel.BasicModel
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | x86_64-gcc.c | 68 #define mul_add(r, a, word, carry) \ macro
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | real.rs | 231 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
|
D | float.rs | 1323 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEQLSTMLayerNormalizationKernel.cpp | 56 inline int64x2x2_t mul_add(const int32x4_t &a, const int32x4_t &b, const int32x4_t &bias) in mul_add() function
|
/external/rust/android-crates-io/crates/half/src/ |
D | num_traits.rs | 406 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method 1144 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/num-complex/src/ |
D | lib.rs | 795 fn mul_add(self, other: Complex<T>, add: Complex<T>) -> Complex<T> { in mul_add() method 806 fn mul_add(self, other: &Complex<T>, add: &Complex<T>) -> Complex<T> { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 876 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/neon/ |
D | vec3a.rs | 877 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec4.rs | 819 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | vec3a.rs | 833 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec3a.rs | 844 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | vec4.rs | 836 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec4.rs | 864 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
D | vec3a.rs | 876 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|