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

/external/bison/darwin-lib/
H A Dmath.h1126 # undef fma
1127 # define fma rpl_fma
1129 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
1130 _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z));
1133 _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z));
1135 _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z));
1137 _GL_CXXALIASWARN (fma);
1139 # undef fma macro
1141 _GL_WARN_ON_USE (fma, "fma i
[all...]
/external/bison/lib/
H A Dmath.in.h814 # undef fma macro
815 # define fma rpl_fma macro
817 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
818 _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z));
821 _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z));
823 _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z));
825 _GL_CXXALIASWARN (fma); variable
827 # undef fma macro
829 _GL_WARN_ON_USE (fma, "fma i
[all...]
/external/bison/linux-lib/
H A Dmath.h1126 # undef fma
1127 # define fma rpl_fma
1129 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
1130 _GL_CXXALIAS_RPL (fma, double, (double x, double y, double z));
1133 _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z));
1135 _GL_CXXALIAS_SYS (fma, double, (double x, double y, double z));
1137 _GL_CXXALIASWARN (fma);
1139 # undef fma macro
1141 _GL_WARN_ON_USE (fma, "fma i
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h731 // fma
741 {return fma(__x, __y, __z);}
748 #undef fma macro
749 #define fma(__x, __y, __z) \ macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h395 friend const mpreal fma (const mpreal& v1, const mpreal& v2, const mpreal& v3, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2205 inline const mpreal fma (const mpreal& v1, const mpreal& v2, const mpreal& v3, mp_rnd_t rnd_mode) function in namespace:mpfr

Completed in 1392 milliseconds