diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibmtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibmtypes.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibmtypes.h b/src/wrapped/generated/wrappedlibmtypes.h new file mode 100644 index 00000000..5de93d7c --- /dev/null +++ b/src/wrapped/generated/wrappedlibmtypes.h @@ -0,0 +1,56 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * + *******************************************************************/ +#ifndef __wrappedlibmTYPES_H_ +#define __wrappedlibmTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef uint64_t (*UFV_t)(...); +typedef float (*fFf_t)(float); +typedef double (*dFd_t)(double); +typedef float (*fFff_t)(float, float); +typedef double (*dFdd_t)(double, double); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(cacosf, UFV_t) \ + GO(cacoshf, UFV_t) \ + GO(casinf, UFV_t) \ + GO(casinhf, UFV_t) \ + GO(catanf, UFV_t) \ + GO(catanhf, UFV_t) \ + GO(__acosf_finite, fFf_t) \ + GO(__acoshf_finite, fFf_t) \ + GO(__asinf_finite, fFf_t) \ + GO(__coshf_finite, fFf_t) \ + GO(__exp2f_finite, fFf_t) \ + GO(__expf_finite, fFf_t) \ + GO(__log10f_finite, fFf_t) \ + GO(__log2f_finite, fFf_t) \ + GO(__logf_finite, fFf_t) \ + GO(__sinhf_finite, fFf_t) \ + GO(__sqrtf_finite, fFf_t) \ + GO(__acos_finite, dFd_t) \ + GO(__acosh_finite, dFd_t) \ + GO(__asin_finite, dFd_t) \ + GO(__cosh_finite, dFd_t) \ + GO(__exp2_finite, dFd_t) \ + GO(__exp_finite, dFd_t) \ + GO(__log10_finite, dFd_t) \ + GO(__log2_finite, dFd_t) \ + GO(__log_finite, dFd_t) \ + GO(__sinh_finite, dFd_t) \ + GO(__sqrt_finite, dFd_t) \ + GO(__atan2f_finite, fFff_t) \ + GO(__hypotf_finite, fFff_t) \ + GO(__powf_finite, fFff_t) \ + GO(__atan2_finite, dFdd_t) \ + GO(__hypot_finite, dFdd_t) \ + GO(__pow_finite, dFdd_t) + +#endif // __wrappedlibmTYPES_H_ |