/llvm-project/libcxx/include/__math/ |
H A D | fma.h | 26 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 D | FMA.h | 21 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 D | FMA.h | 110 fma(InType x, InType y, InType z) { global() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 48 __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.h | 125 __DEVICE__ double fma(double __a, double __b, double __c) { fma() function
|
H A D | tgmath.h | 742 #define fma(__x, __y, __z) \ macro
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 163 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 D | PolynomialApproximation.cpp | 856 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 D | cmath.pass.cpp | 81 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } fma() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 81 Ambiguous fma(Ambiguous, Ambiguous, Ambiguous){ return Ambiguous(); } in fma() function [all...] |
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 535 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 D | LowerVectorContract.cpp | 155 Value fma = rewriter.create<vector::FMAOp>(loc, x, y, acc); in createContractArithOp() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 1347 Value fma = rewriter.create<FMAOp>(loc, extrLHS, extrRHS, extrACC); matchAndRewrite() local
|