Home | History | Annotate | Download | only in lib

Lines Matching refs:remainderf

1639 #   undef remainderf
1640 # define remainderf rpl_remainderf
1642 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y));
1643 _GL_CXXALIAS_RPL (remainderf, float, (float x, float y));
1646 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y));
1648 _GL_CXXALIAS_SYS (remainderf, float, (float x, float y));
1650 _GL_CXXALIASWARN (remainderf);
1652 # undef remainderf
1654 _GL_WARN_ON_USE (remainderf, "remainderf is unportable - "
1655 "use gnulib module remainderf for portability");