Home | History | Annotate | Download | only in linux-lib

Lines Matching defs:fma

1126 #   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
1141 _GL_WARN_ON_USE (fma, "fma is unportable - "
1142 "use gnulib module fma for portability");