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

Lines Matching refs:ceill

731 #   undef ceill
732 # define ceill rpl_ceill
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
735 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
738 # undef ceill
739 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
741 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
743 _GL_CXXALIASWARN (ceill);
745 # undef ceill
747 _GL_WARN_ON_USE (ceill, "ceill is unportable - "
748 "use gnulib module ceill for portability");