/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 88 pub(crate) fn mul_add(a: f64, b: f64, c: f64) -> f64 { in mul_add() function 196 pub(crate) fn mul_add(a: f64, b: f64, c: f64) -> f64 { in mul_add() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 123 pub(crate) fn mul_add(a: f32, b: f32, c: f32) -> f32 { in mul_add() function 232 pub(crate) fn mul_add(a: f32, b: f32, c: f32) -> f32 { in mul_add() function
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | generic.c | 85 #define mul_add(r, a, w, c) \ macro 111 #define mul_add(r, a, w, c) \ macro
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | generic.c | 85 #define mul_add(r, a, w, c) \ macro 111 #define mul_add(r, a, w, c) \ macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
H A D | lib.rs | 55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | lite_v2_test_util.py | 134 def mul_add(self, x, y): member in ModelTest._getMultiFunctionModel.BasicModel
|
/aosp_15_r20/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
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
H A D | x86_64-gcc.c | 68 #define mul_add(r, a, word, carry) \ macro
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/asm/ |
H A D | x86_64-gcc.c | 68 #define mul_add(r, a, word, carry) \ macro
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method
|
H A D | f64.rs | 292 pub fn mul_add(self, a: f64, b: f64) -> f64 { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | f32.rs | 292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | f64.rs | 292 pub fn mul_add(self, a: f64, b: f64) -> f64 { in mul_add() method
|
H A D | f32.rs | 292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method
|