Home | History | Annotate | Download | only in lib

Lines Matching refs:roundl

1799 #   undef roundl
1800 # define roundl rpl_roundl
1802 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
1803 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
1806 # undef roundl
1807 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
1809 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
1811 _GL_CXXALIASWARN (roundl);
1813 # undef roundl
1815 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
1816 "use gnulib module roundl for portability");