Home
last modified time | relevance | path

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

/llvm-project/libcxx/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
/llvm-project/libc/src/__support/FPUtil/
H A DFMA.h21 LIBC_INLINE OutType fma(InType x, InType y, InType z) { fma() function
26 template <> LIBC_INLINE float fma(float x, float y, float z) { fma() function
30 template <> LIBC_INLINE double fma(double x, double y, double z) { fma() function
/llvm-project/libc/src/__support/FPUtil/generic/
H A DFMA.h110 fma(InType x, InType y, InType z) { global() function
/llvm-project/clang/lib/Headers/
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
H A D__clang_cuda_math.h125 __DEVICE__ double fma(double __a, double __b, double __c) { fma() function
H A Dtgmath.h742 #define fma(__x, __y, __z) \ macro
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp163 Value fma = b.create<math::FmaOp>(operand, operand, one); in convertAsinhOp() local
179 Value fma = b.create<math::FmaOp>(operand, operand, negOne); in convertAcoshOp() local
H A DPolynomialApproximation.cpp856 auto fma = [&](Value a, Value b, Value c) -> Value { matchAndRewrite() local
920 auto fma = [&](Value a, Value b, Value c) -> Value { matchAndRewrite() local
1615 Value fma = builder.create<math::FmaOp>(yApprox, inner, cstOnePointFive); matchAndRewrite() local
[all...]
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp81 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } fma() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp81 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function
[all...]
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp535 MPFRNumber fma(const MPFRNumber &b, const MPFRNumber &c) { fma() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp155 Value fma = rewriter.create<vector::FMAOp>(loc, x, y, acc); in createContractArithOp() local
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1347 Value fma = rewriter.create<FMAOp>(loc, extrLHS, extrRHS, extrACC); matchAndRewrite() local