Home
last modified time | relevance | path

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

/external/bison/lib/
Dfrexpl.c25 frexpl (long double x, int *expptr) in frexpl() argument
27 return frexp (x, expptr); in frexpl()
Dprintf-frexpl.c27 printf_frexpl (long double x, int *expptr) in printf_frexpl() argument
29 return printf_frexp (x, expptr); in printf_frexpl()
Dfrexp.c58 FUNC (DOUBLE x, int *expptr) in FUNC() argument
67 *expptr = 0; in FUNC()
166 *expptr = exponent; in FUNC()
Dprintf-frexp.c67 FUNC (DOUBLE x, int *expptr) in FUNC() argument
188 *expptr = exponent; in FUNC()
Dprintf-frexpl.h23 extern long double printf_frexpl (long double x, int *expptr);
Dprintf-frexp.h23 extern double printf_frexp (double x, int *expptr);
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_NONNULL ((2)));
[all …]
/external/bison/linux-lib/
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_NONNULL ((2)));
[all …]
/external/bison/darwin-lib/
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_NONNULL ((2)));
[all …]