floorf             39 maint/gnulib/lib/floor.c # define FUNC floorf
floorf            887 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (floorf, float, (float x));
floorf            888 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (floorf, float, (float x));
floorf            892 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (floorf, float, (float x));
floorf            894 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (floorf, float, (float x));
floorf            896 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN (floorf);
floorf            900 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (floorf, "floorf is unportable - "
floorf             51 maint/gnulib/lib/round.c # define FLOOR floorf
floorf             41 maint/gnulib/tests/test-floorf-ieee.c   float (*my_floorf) (float) = argc ? floorf : dummy;
floorf             61 maint/gnulib/tests/test-floorf-ieee.c   ASSERT (isnanf (floorf (NaNf ())));
floorf             63 maint/gnulib/tests/test-floorf-ieee.c   ASSERT (floorf (Infinityf ()) == Infinityf ());
floorf             64 maint/gnulib/tests/test-floorf-ieee.c   ASSERT (floorf (- Infinityf ()) == - Infinityf ());
floorf             24 maint/gnulib/tests/test-floorf1.c SIGNATURE_CHECK (floorf, float, (float));
floorf             46 maint/gnulib/tests/test-floorf1.c   float (*my_floorf) (float) = argc ? floorf : dummy;
floorf            133 maint/gnulib/tests/test-floorf2.c     float result = floorf (x);
floorf            157 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::floorf, float, (float));