Home
last modified time | relevance | path

Searched defs:fma (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dfma.h26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() function
31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function
35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function
43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma() function
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DFMA.h22 LIBC_INLINE OutType fma(InType x, InType y, InType z) { in fma() function
27 template <> LIBC_INLINE float fma(float x, float y, float z) { in fma() function
31 template <> LIBC_INLINE double fma(double x, double y, double z) { in fma() function
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Dbi_schedule.c403 bi_instr *fma = bi_seg_add_to(&b, pinstr->dest[0], pinstr->src[0], in bi_lower_seg_add() local
802 bi_instr *instr, bool fma, bool destructive) in bi_update_fau()
953 bi_has_staging_passthrough_hazard(bi_index fma, bi_instr *add) in bi_has_staging_passthrough_hazard()
1052 bool fma) in bi_instr_schedulable()
1195 bool fma) in bi_choose_index()
1224 bi_instr *instr, uint64_t live_after_temp, bool fma) in bi_pop_instr()
1260 uint64_t live_after_temp, bool fma) in bi_take_instr()
1396 bi_rewrite_zero(bi_instr *ins, bool fma) in bi_rewrite_zero()
/aosp_15_r20/external/musl/src/math/x86_64/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/aosp_15_r20/external/trusty/musl/src/math/x32/
Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/aosp_15_r20/external/musl/src/math/x32/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/aosp_15_r20/external/trusty/musl/src/math/x86_64/
Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fma.c37 fma(double x, double y, double z) in fma() function
184 fma(double x, double y, double z) in fma() function
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp1351 static expr fma(float x, float y, float z) in fma() function
2266 inline expr fma(half x, half y, half z) { return functions::fma(x, y, z); } in fma() function
2267 inline expr fma(half x, half y, expr z) { return functions::fma(x, y, z); } in fma() function
2268 inline expr fma(half x, expr y, half z) { return functions::fma(x, y, z); } in fma() function
2269 inline expr fma(half x, expr y, expr z) { return functions::fma(x, y, z); } in fma() function
2270 inline expr fma(expr x, half y, half z) { return functions::fma(x, y, z); } in fma() function
2271 inline expr fma(expr x, half y, expr z) { return functions::fma(x, y, z); } in fma() function
2272 inline expr fma(expr x, expr y, half z) { return functions::fma(x, y, z); } in fma() function
2273 inline expr fma(expr x, expr y, expr z) { return functions::fma(x, y, z); } in fma() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp1353 static expr fma(float x, float y, float z) in fma() function
2268 inline expr fma(half x, half y, half z) { return functions::fma(x, y, z); } in fma() function
2269 inline expr fma(half x, half y, expr z) { return functions::fma(x, y, z); } in fma() function
2270 inline expr fma(half x, expr y, half z) { return functions::fma(x, y, z); } in fma() function
2271 inline expr fma(half x, expr y, expr z) { return functions::fma(x, y, z); } in fma() function
2272 inline expr fma(expr x, half y, half z) { return functions::fma(x, y, z); } in fma() function
2273 inline expr fma(expr x, half y, expr z) { return functions::fma(x, y, z); } in fma() function
2274 inline expr fma(expr x, expr y, half z) { return functions::fma(x, y, z); } in fma() function
2275 inline expr fma(expr x, expr y, expr z) { return functions::fma(x, y, z); } in fma() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddffma.s6 .global fma symbol
12 fma: label
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() function
172 __DEVICE__ __CONSTEXPR__ _Float16 fma(_Float16 __x, _Float16 __y, in fma() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddffma.s6 .global fma symbol
12 fma: label
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddffma.s6 .global fma symbol
12 fma: label
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() function
172 __DEVICE__ __CONSTEXPR__ _Float16 fma(_Float16 __x, _Float16 __y, in fma() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() function
172 __DEVICE__ __CONSTEXPR__ _Float16 fma(_Float16 __x, _Float16 __y, in fma() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddffma.s6 .global fma symbol
12 fma: label
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() function
172 __DEVICE__ __CONSTEXPR__ _Float16 fma(_Float16 __x, _Float16 __y, in fma() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/hexagon/
H A Ddffma.s6 .global fma symbol
12 fma: label
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() function
172 __DEVICE__ __CONSTEXPR__ _Float16 fma(_Float16 __x, _Float16 __y, in fma() function

12345678910>>...14