Searched defs:ceill (Results 1 - 3 of 3) sorted by relevance

/external/bison/darwin-lib/
H A Dmath.h731 # 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 macro
747 _GL_WARN_ON_USE (ceill, "ceil
[all...]
/external/bison/lib/
H A Dmath.in.h419 # undef ceill macro
420 # define ceill rpl_ceill macro
422 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
423 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
426 # undef ceill macro
427 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
429 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
431 _GL_CXXALIASWARN (ceill); variable
433 # undef ceill macro
435 _GL_WARN_ON_USE (ceill, "ceil
[all...]
/external/bison/linux-lib/
H A Dmath.h731 # 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 macro
747 _GL_WARN_ON_USE (ceill, "ceil
[all...]

Completed in 92 milliseconds