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

Lines Matching defs:remainderf

1951 #   undef remainderf
1952 # define remainderf rpl_remainderf
1954 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y));
1955 _GL_CXXALIAS_RPL (remainderf, float, (float x, float y));
1958 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y));
1960 _GL_CXXALIAS_SYS (remainderf, float, (float x, float y));
1962 _GL_CXXALIASWARN (remainderf);
1964 # undef remainderf
1966 _GL_WARN_ON_USE (remainderf, "remainderf is unportable - "
1967 "use gnulib module remainderf for portability");