Searched defs:fma (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A D51083.cc37 int fma(Mat<T>, U, V) { return 1; } function in namespace:a
39 int fma(T, Mat<U>, V) { return 1; } function in namespace:a
41 int fma(T, U, Mat<V>) { return 1; } function in namespace:a
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A D51083.cc37 int fma(Mat<T>, U, V) { return 1; } function in namespace:a
39 int fma(T, Mat<U>, V) { return 1; } function in namespace:a
41 int fma(T, U, Mat<V>) { return 1; } function in namespace:a
/haiku-buildtools/gcc/gcc/config/arm/
H A Daarch-common-protos.h112 const int fma; /* Fused. */ member in struct:fp_cost_table
/haiku-buildtools/gcc/gcc/ginclude/
H A Dtgmath.h134 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) macro
/haiku-buildtools/gcc/gcc/config/i386/
H A Ddriver-i386.c920 const char *fma = has_fma ? " -mfma" : " -mno-fma"; local

Completed in 138 milliseconds