Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h36 __DEVICE__ float fma(float __x, float __y, float __z) { in fma() function
120 __DEVICE__ _Float16 fma(_Float16 __x, _Float16 __y, _Float16 __z) { in fma() function
H A D__clang_cuda_math.h125 __DEVICE__ double fma(double __a, double __b, double __c) { in fma() function
H A Dtgmath.h742 #define fma(__x, __y, __z) \ macro
/netbsd/lib/libm/src/
H A Ds_fma.c191 fma(double x, double y, double z) in fma() function
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h120 const int fma; /* Fused. */ member
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h120 const int fma; /* Fused. */ member
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1223 inline _LIBCPP_INLINE_VISIBILITY float fma(float __lcpp_x, float __lcpp_y, float __lcpp_z) _N… in fma() function
1231 inline _LIBCPP_INLINE_VISIBILITY long double fma(long double __lcpp_x, long double __lcpp_y, long d… in fma() function
1249 fma(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT in fma() function
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dmath.in.h939 # define fma rpl_fma macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmath.in.h939 # define fma rpl_fma macro
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h90 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h90 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/netbsd/include/
H A Dtgmath.h159 #define fma(a,b,c) __TG_FN3(fma, (a), (b), (c)) macro
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.c1141 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c1141 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h510 fma, enumerator
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c2165 fma (double x, double y, double z) in fma() function
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c2165 fma (double x, double y, double z) in fma() function