Searched defs:fma (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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
|
/freebsd/contrib/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 | tgmath.h | 742 #define fma(__x, __y, __z) \ macro
|
/freebsd/sys/dev/iommu/ |
H A D | busdma_iommu.c | 702 vm_page_t *ma, fma; in iommu_bus_dmamap_load_phys() local 753 vm_page_t *ma, fma; in iommu_bus_dmamap_load_buffer() local
|
/freebsd/include/ |
H A D | tgmath.h | 173 #define fma(x, y, z) __tg_simple3(x, y, z, fma) macro
|