Searched defs:mul_add (Results 1 – 9 of 9) sorted by relevance
/external/rust/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 | 3 pub mod mul_add; module
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite_v2_test_util.py | 117 def mul_add(self, x, y): member in ModelTest._getMultiFunctionModel.BasicModel
|
/external/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/rust/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/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | x86_64-gcc.c | 68 #define mul_add(r, a, word, carry) \ macro
|
/external/rust/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/crates/num-traits/src/ |
D | real.rs | 231 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method
|
D | float.rs | 1266 fn mul_add(self, a: Self, b: Self) -> Self; in mul_add() method 2005 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method 2140 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|