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

Lines Matching refs:roundl

2111 #   undef roundl
2112 # define roundl rpl_roundl
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2115 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
2118 # undef roundl
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2121 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
2123 _GL_CXXALIASWARN (roundl);
2125 # undef roundl
2127 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
2128 "use gnulib module roundl for portability");