FABS              108 maint/gnulib/lib/fmod.c         x = FABS (x);
FABS              109 maint/gnulib/lib/fmod.c         y = FABS (y);
FABS               69 maint/gnulib/lib/remainder.c         x = FABS (x);
FABS               70 maint/gnulib/lib/remainder.c         y = FABS (y);
FABS               23 maint/gnulib/tests/test-fabs-ieee.h   ASSERT (ISNAN (FABS (NAN)));
FABS               27 maint/gnulib/tests/test-fabs-ieee.h     DOUBLE y = FABS (L_(0.0));
FABS               32 maint/gnulib/tests/test-fabs-ieee.h     DOUBLE y = FABS (MINUS_ZERO);
FABS               38 maint/gnulib/tests/test-fabs-ieee.h   ASSERT (FABS (INFINITY) == INFINITY);
FABS               39 maint/gnulib/tests/test-fabs-ieee.h   ASSERT (FABS (- INFINITY) == INFINITY);
FABS               25 maint/gnulib/tests/test-fabs.h   y = FABS (x);
FABS               30 maint/gnulib/tests/test-fabs.h   y = FABS (x);
FABS               41 maint/gnulib/tests/test-fabs.h         ASSERT (FABS (x) == x);
FABS               42 maint/gnulib/tests/test-fabs.h         ASSERT (FABS (- x) == x);