Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs88 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/
Dmath.rs123 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/
Dgeneric.c71 #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/
Dgeneric.c71 #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 Dgeneric.c85 #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 Dgeneric.c85 #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 Dlib.rs55 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 Dlib.rs55 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 Dlib.rs55 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 Dlib.rs55 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 Dlib.rs55 fn mul_add(self, a: Self, b: Self) -> Self { in mul_add() method
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dlite_v2_test_util.py134 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/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c68 #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/
Dx86_64-gcc.c68 #define mul_add(r, a, word, carry) \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/
Dreal.rs231 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 Df32.rs292 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 Df32.rs292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method
H A Df64.rs292 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 Df32.rs292 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 Df64.rs292 pub fn mul_add(self, a: f64, b: f64) -> f64 { in mul_add() method
H A Df32.rs292 pub fn mul_add(self, a: f32, b: f32) -> f32 { in mul_add() method

12