frexp 55 maint/gnulib/lib/cbrt.c xm = frexp (fabs (x), &xe); frexp 49 maint/gnulib/lib/fma.c # define FREXP frexp frexp 42 maint/gnulib/lib/fmod.c # define FREXP frexp frexp 48 maint/gnulib/lib/frexp.c # define FUNC frexp frexp 25 maint/gnulib/lib/frexpf.c return (float) frexp ((double) x, expptr); frexp 27 maint/gnulib/lib/frexpl.c return frexp (x, expptr); frexp 56 maint/gnulib/lib/hypot.c an = frexp (a, &e); frexp 36 maint/gnulib/lib/ilogb.c # define FREXP frexp frexp 64 maint/gnulib/lib/log2.c y = frexp (x, &e); frexp 36 maint/gnulib/lib/logb.c # define FREXP frexp frexp 1148 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2))); frexp 1149 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr)); frexp 1151 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr)); frexp 1154 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr)); frexp 1159 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (frexp, "frexp is unportable - " frexp 57 maint/gnulib/lib/printf-frexp.c # define FREXP frexp frexp 248 maint/gnulib/lib/trigl.c z = frexp (x, &exp); frexp 1089 maint/gnulib/lib/vasnprintf.c y = frexp (x, &exp); frexp 1515 maint/gnulib/lib/vasnprintf.c y = frexp (x, &exp); frexp 36 maint/gnulib/tests/test-frexp-ieee.c #define FREXP frexp frexp 24 maint/gnulib/tests/test-frexp.c SIGNATURE_CHECK (frexp, double, (double, int *)); frexp 57 maint/gnulib/tests/test-frexp.c #define FREXP frexp frexp 192 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::frexp, double, (double, int *));