Searched defs:fma (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/lib/libm/src/ |
H A D | s_fma.c | 52 fma(double x, double y, double z) in fma() function 198 fma(double x, double y, double z) in fma() function
|
/openbsd-src/gnu/llvm/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) { in fma() function
|
H A D | tgmath.h | 742 #define fma(__x, __y, __z) \ macro
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 1159 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT in fma() function 1166 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() function 1170 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() function 1184 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT in fma() function
|
/openbsd-src/include/ |
H A D | tgmath.h | 132 #define fma(x, y, z) __tg_impl_simple(x, y, z, fma, fmaf, fmal, x, y, z) macro
|