Searched refs:expptr (Results 1 - 9 of 9) sorted by relevance

/external/bison/lib/
H A Dprintf-frexp.h23 extern double printf_frexp (double x, int *expptr);
H A Dprintf-frexpl.h23 extern long double printf_frexpl (long double x, int *expptr);
H A Dprintf-frexpl.c27 printf_frexpl (long double x, int *expptr) argument
29 return printf_frexp (x, expptr);
H A Dfrexpl.c25 frexpl (long double x, int *expptr) argument
27 return frexp (x, expptr);
H A Dfrexp.c58 FUNC (DOUBLE x, int *expptr) argument
67 *expptr = 0;
166 *expptr = exponent;
H A Dprintf-frexp.c67 FUNC (DOUBLE x, int *expptr) argument
188 *expptr = exponent;
H A Dmath.in.h945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
946 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
950 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
952 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
975 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2)));
976 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr));
978 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
1001 (long double x, int *expptr) _GL_ARG_NONNULL ((2)));
1002 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1006 (long double x, int *expptr) _GL_ARG_NONNUL
[all...]
/external/bison/darwin-lib/
H A Dmath.h1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
1287 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2)));
1288 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr));
1290 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
1313 (long double x, int *expptr) _GL_ARG_NONNULL ((2)));
1314 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1318 (long double x, int *expptr) _GL_ARG_NONNUL
[all...]
/external/bison/linux-lib/
H A Dmath.h1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1258 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1264 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
1287 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2)));
1288 _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr));
1290 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
1313 (long double x, int *expptr) _GL_ARG_NONNULL ((2)));
1314 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1318 (long double x, int *expptr) _GL_ARG_NONNUL
[all...]

Completed in 4958 milliseconds