/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 36 __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.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
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 502 alias core.stdc.math.fma fma; in version() local 504 alias core.stdc.math.fmaf fma; in version() local 506 alias core.stdc.math.fmal fma; in version() local 992 alias core.stdc.math.fma fma; in version() local 994 alias core.stdc.math.fmaf fma; in version() local 996 alias core.stdc.math.fmal fma; in version() local 1509 alias core.stdc.math.fma fma; variable 1511 alias core.stdc.math.fmaf fma; variable 1513 alias core.stdc.math.fmal fma; variable
|
/netbsd-src/lib/libm/src/ |
H A D | s_fma.c | 191 fma(double x, double y, double z) in fma() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | aarch-common-protos.h | 120 const int fma; /* Fused. */ member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | aarch-common-protos.h | 120 const int fma; /* Fused. */ member
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1223 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-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 90 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 90 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 159 #define fma(a,b,c) __TG_FN3(fma, (a), (b), (c)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | driver-i386.c | 1141 const char *fma = has_fma ? " -mfma" : " -mno-fma"; in host_detect_local_cpu() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 510 fma, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | cpuid.d | 164 bool fma() {return _fma;} in fma() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 474 fma, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 474 fma, 99 keyword
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | c99_functions.c | 2165 fma (double x, double y, double z) in fma() function
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | c99_functions.c | 2165 fma (double x, double y, double z) in fma() function
|