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

/external/bison/darwin-lib/
H A Dmath.h1997 # undef remainderl
1998 # define remainderl rpl_remainderl
2000 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y));
2001 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y));
2004 # undef remainderl
2005 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y));
2007 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y));
2009 _GL_CXXALIASWARN (remainderl);
2011 # undef remainderl macro
2013 _GL_WARN_ON_USE (remainderl, "remainder
[all...]
/external/bison/lib/
H A Dmath.in.h1685 # undef remainderl macro
1686 # define remainderl rpl_remainderl macro
1688 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y));
1689 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y));
1692 # undef remainderl macro
1693 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y));
1695 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y));
1697 _GL_CXXALIASWARN (remainderl); variable
1699 # undef remainderl macro
1701 _GL_WARN_ON_USE (remainderl, "remainder
[all...]
/external/bison/linux-lib/
H A Dmath.h1997 # undef remainderl
1998 # define remainderl rpl_remainderl
2000 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y));
2001 _GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y));
2004 # undef remainderl
2005 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y));
2007 _GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y));
2009 _GL_CXXALIASWARN (remainderl);
2011 # undef remainderl macro
2013 _GL_WARN_ON_USE (remainderl, "remainder
[all...]

Completed in 100 milliseconds