Home
last modified time | relevance | path

Searched defs:mul_add (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/android-crates-io/crates/num-traits/src/ops/
Dmul_add.rs28 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
Dmod.rs5 pub mod mul_add; module
/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs83 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
Ddvec2.rs800 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Ddvec3.rs866 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Ddvec4.rs922 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs118 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
Dvec2.rs800 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec3.rs866 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/
Dgeneric.c71 #define mul_add(r, a, w, c) \ macro
97 #define mul_add(r, a, w, c) \ macro
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test_util.py134 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/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/external/rust/android-crates-io/crates/num-traits/src/
Dreal.rs231 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
Dfloat.rs1323 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
/external/ComputeLibrary/src/core/NEON/kernels/
DNEQLSTMLayerNormalizationKernel.cpp56 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/
Dnum_traits.rs406 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/
Dlib.rs795 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/
Dvec3a.rs876 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dvec3a.rs877 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs819 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec3a.rs833 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs844 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec4.rs836 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs864 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec3a.rs876 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method

12