Home
last modified time | relevance | path

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

12

/external/rust/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.rs4 pub mod mul_add; module
/external/rust/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/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dgeneric.c85 #define mul_add(r, a, w, c) \ macro
111 #define mul_add(r, a, w, c) \ macro
/external/boringssl/src/crypto/fipsmodule/bn/
Dgeneric.c85 #define mul_add(r, a, w, c) \ macro
111 #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/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/external/rust/crates/num-traits/src/
Dreal.rs231 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
Dfloat.rs1322 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/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/crates/glam/src/f32/
Dvec2.rs596 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec3.rs645 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/crates/glam/src/f64/
Ddvec2.rs596 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Ddvec3.rs645 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Ddvec4.rs686 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/crates/glam/src/f32/scalar/
Dvec3a.rs651 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec4.rs694 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/crates/glam/src/f32/wasm32/
Dvec3a.rs626 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec4.rs613 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/crates/glam/src/f32/coresimd/
Dvec4.rs593 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
Dvec3a.rs614 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/external/rust/crates/glam/src/f32/sse2/
Dvec4.rs631 pub fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method

12