Searched refs:expptr (Results 1 – 9 of 9) sorted by relevance
/external/bison/lib/ |
D | frexpl.c | 25 frexpl (long double x, int *expptr) in frexpl() argument 27 return frexp (x, expptr); in frexpl()
|
D | printf-frexpl.c | 27 printf_frexpl (long double x, int *expptr) in printf_frexpl() argument 29 return printf_frexp (x, expptr); in printf_frexpl()
|
D | frexp.c | 58 FUNC (DOUBLE x, int *expptr) in FUNC() argument 67 *expptr = 0; in FUNC() 166 *expptr = exponent; in FUNC()
|
D | printf-frexp.c | 67 FUNC (DOUBLE x, int *expptr) in FUNC() argument 188 *expptr = exponent; in FUNC()
|
D | printf-frexpl.h | 23 extern long double printf_frexpl (long double x, int *expptr);
|
D | printf-frexp.h | 23 extern double printf_frexp (double x, int *expptr);
|
D | math.in.h | 945 _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/ |
D | math.h | 1257 _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/ |
D | math.h | 1257 _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 …]
|