|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | _GL_MATH_H |
| #define | _GL_MATH_INLINE _GL_INLINE |
| #define | _GL_CXXDEFS_H |
| #define | _GL_EXTERN_C extern |
| #define | _GL_FUNCDECL_RPL(func, rettype, parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
| #define | _GL_FUNCDECL_RPL_1(rpl_func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
| #define | _GL_FUNCDECL_SYS(func, rettype, parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes |
| #define | _GL_CXXALIAS_RPL(func, rettype, parameters) _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
| #define | _GL_CXXALIAS_RPL_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_RPL_CAST_1(func, rpl_func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS_CAST(func, rettype, parameters) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIAS_SYS_CAST2(func, rettype, parameters, rettype2, parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_CXXALIASWARN1(func, rettype, parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define | _GL_ARG_NONNULL(params) |
| #define | _GL_WARN_ON_USE(function, message) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define | _GL_WARN_ON_USE_CXX(function, rettype, parameters_and_attributes, msg) _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define | _GL_WARN_EXTERN_C extern |
| #define | _GL_WARN_REAL_FLOATING_DECL(func) |
| #define | _GL_WARN_REAL_FLOATING_IMPL(func, value) |
| #define | NAN (0.0f / 0.0f) |
| #define | GNULIB_defined_NAN 1 |
| #define | HUGE_VALF (1.0f / 0.0f) |
| #define | HUGE_VAL (1.0 / 0.0) |
| #define | HUGE_VALL (1.0L / 0.0L) |
| #define | FP_ILOGB0 (- 2147483647) /* - INT_MAX */ |
| #define | FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ |
Functions | |
| _GL_CXXALIAS_SYS (frexp, double,(double x, int *expptr)) | |
| _GL_CXXALIASWARN (frexp) | |
| _GL_CXXALIAS_SYS (frexpl, long double,(long double x, int *expptr)) | |
| _GL_CXXALIASWARN (frexpl) | |
| #define _GL_CXXALIAS_RPL | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) |
| #define _GL_CXXALIAS_RPL_1 | ( | func, | |
| rpl_func, | |||
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIAS_RPL_CAST_1 | ( | func, | |
| rpl_func, | |||
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIAS_SYS | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIAS_SYS_CAST | ( | func, | |
| rettype, | |||
| parameters | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIAS_SYS_CAST2 | ( | func, | |
| rettype, | |||
| parameters, | |||
| rettype2, | |||
| parameters2 | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIASWARN | ( | func | ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_CXXALIASWARN1 | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C int _gl_cxxalias_dummy |
| #define _GL_FUNCDECL_RPL | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) |
| #define _GL_FUNCDECL_RPL_1 | ( | rpl_func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C rettype rpl_func parameters_and_attributes |
| #define _GL_FUNCDECL_SYS | ( | func, | |
| rettype, | |||
| parameters_and_attributes | |||
| ) | _GL_EXTERN_C rettype func parameters_and_attributes |
| #define _GL_MATH_INLINE _GL_INLINE |
| #define _GL_WARN_ON_USE | ( | function, | |
| message | |||
| ) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define _GL_WARN_ON_USE_CXX | ( | function, | |
| rettype, | |||
| parameters_and_attributes, | |||
| msg | |||
| ) | _GL_WARN_EXTERN_C int _gl_warn_on_use |
| #define _GL_WARN_REAL_FLOATING_DECL | ( | func | ) |
| #define _GL_WARN_REAL_FLOATING_IMPL | ( | func, | |
| value | |||
| ) |
| _GL_CXXALIAS_SYS | ( | frexp | , |
| double | , | ||
| (double x, int *expptr) | |||
| ) |
| _GL_CXXALIAS_SYS | ( | frexpl | , |
| long | double, | ||
| (long double x, int *expptr) | |||
| ) |
| _GL_CXXALIASWARN | ( | frexp | ) |
| _GL_CXXALIASWARN | ( | frexpl | ) |
1.8.10