Lines Matching refs:round
2088 # undef round
2089 # define round rpl_round
2091 _GL_FUNCDECL_RPL (round, double, (double x));
2092 _GL_CXXALIAS_RPL (round, double, (double x));
2095 _GL_FUNCDECL_SYS (round, double, (double x));
2097 _GL_CXXALIAS_SYS (round, double, (double x));
2099 _GL_CXXALIASWARN (round);
2101 # undef round
2103 _GL_WARN_ON_USE (round, "round is unportable - "
2104 "use gnulib module round for portability");