modf 1841 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2))); modf 1842 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (modf, double, (double x, double *iptr)); modf 1844 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (modf, double, (double x, double *iptr)); modf 1847 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (modf, double, (double x, double *iptr)); modf 1852 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (modf, "modf has portability problems - " modf 26 maint/gnulib/lib/modff.c double frac = modf ((double) x, &i); modf 28 maint/gnulib/lib/modfl.c double fractional_part = modf (x, &integer_part); modf 289 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::modf, double, (double, double *)); modf 36 maint/gnulib/tests/test-modf-ieee.c #define MODF modf modf 24 maint/gnulib/tests/test-modf.c SIGNATURE_CHECK (modf, double, (double, double *)); modf 33 maint/gnulib/tests/test-modf.c #define MODF modf modf 42 maint/gnulib/tests/test-modf.c y = modf (x, &z); modf 48 maint/gnulib/tests/test-modf.c y = modf (x, &z);