modfl            1863 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
modfl            1865 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (modfl, long double, (long double x, long double *iptr));
modfl            1869 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr)
modfl            1872 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (modfl, long double, (long double x, long double *iptr));
modfl            1875 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN (modfl);
modfl            1880 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (modfl, "modfl is unportable - "
modfl             292 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::modfl, long double,
modfl              36 maint/gnulib/tests/test-modfl-ieee.c #define MODF modfl
modfl              24 maint/gnulib/tests/test-modfl.c SIGNATURE_CHECK (modfl, long double, (long double, long double *));
modfl              34 maint/gnulib/tests/test-modfl.c #define MODF modfl
modfl              47 maint/gnulib/tests/test-modfl.c   y = modfl (x, &z);
modfl              53 maint/gnulib/tests/test-modfl.c   y = modfl (x, &z);