Lines Matching refs:_GL_FUNCDECL_SYS

49        _GL_FUNCDECL_SYS (foo, ...);
90 _GL_FUNCDECL_SYS (foo, ...);
120 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
124 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
127 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
655 _GL_FUNCDECL_SYS (cbrt, double, (double x));
677 _GL_FUNCDECL_SYS (cbrtl, long double, (long double x));
702 _GL_FUNCDECL_SYS (ceilf, float, (float x));
739 _GL_FUNCDECL_SYS (ceill, long double, (long double x));
755 _GL_FUNCDECL_SYS (copysignf, float, (float x, float y));
769 _GL_FUNCDECL_SYS (copysign, double, (double x, double y));
783 _GL_FUNCDECL_SYS (copysignl, long double, (long double x, long double y));
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
846 _GL_FUNCDECL_SYS (expf, float, (float x));
861 _GL_FUNCDECL_SYS (expl, long double, (long double x));
876 _GL_FUNCDECL_SYS (exp2f, float, (float x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
922 _GL_FUNCDECL_SYS (exp2l, long double, (long double x));
946 _GL_FUNCDECL_SYS (expm1f, float, (float x));
969 _GL_FUNCDECL_SYS (expm1, double, (double x));
985 _GL_FUNCDECL_SYS (expm1l, long double, (long double x));
1001 _GL_FUNCDECL_SYS (fabsf, float, (float x));
1024 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1049 _GL_FUNCDECL_SYS (floorf, float, (float x));
1086 _GL_FUNCDECL_SYS (floorl, long double, (long double x));
1110 _GL_FUNCDECL_SYS (fmaf, float, (float x, float y, float z));
1133 _GL_FUNCDECL_SYS (fma, double, (double x, double y, double z));
1159 _GL_FUNCDECL_SYS (fmal, long double,
1186 _GL_FUNCDECL_SYS (fmodf, float, (float x, float y));
1230 _GL_FUNCDECL_SYS (fmodl, long double, (long double x, long double y));
1262 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1317 _GL_FUNCDECL_SYS (frexpl, long double,
1347 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y));
1392 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y));
1416 _GL_FUNCDECL_SYS (ilogbf, int, (float x));
1439 _GL_FUNCDECL_SYS (ilogb, int, (double x));
1454 _GL_FUNCDECL_SYS (ilogbl, int, (long double x));
1471 _GL_FUNCDECL_SYS (ldexpf, float, (float x, int exp));
1493 _GL_FUNCDECL_SYS (ldexpl, long double, (long double x, int exp));
1522 _GL_FUNCDECL_SYS (logf, float, (float x));
1566 _GL_FUNCDECL_SYS (logl, long double, (long double x));
1591 _GL_FUNCDECL_SYS (log10f, float, (float x));
1635 _GL_FUNCDECL_SYS (log10l, long double, (long double x));
1659 _GL_FUNCDECL_SYS (log1pf, float, (float x));
1682 _GL_FUNCDECL_SYS (log1p, double, (double x));
1705 _GL_FUNCDECL_SYS (log1pl, long double, (long double x));
1730 _GL_FUNCDECL_SYS (log2f, float, (float x));
1754 _GL_FUNCDECL_SYS (log2, double, (double x));
1777 _GL_FUNCDECL_SYS (log2l, long double, (long double x));
1801 _GL_FUNCDECL_SYS (logbf, float, (float x));
1824 _GL_FUNCDECL_SYS (logb, double, (double x));
1847 _GL_FUNCDECL_SYS (logbl, long double, (long double x));
1872 _GL_FUNCDECL_SYS (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1917 _GL_FUNCDECL_SYS (modfl, long double, (long double x, long double *iptr)
1935 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1958 _GL_FUNCDECL_SYS (remainderf, float, (float x, float y));
1981 _GL_FUNCDECL_SYS (remainder, double, (double x, double y));
2005 _GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y));
2021 _GL_FUNCDECL_SYS (rintf, float, (float x));
2035 _GL_FUNCDECL_SYS (rint, double, (double x));
2049 _GL_FUNCDECL_SYS (rintl, long double, (long double x));
2072 _GL_FUNCDECL_SYS (roundf, float, (float x));
2095 _GL_FUNCDECL_SYS (round, double, (double x));
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2136 _GL_FUNCDECL_SYS (sinf, float, (float x));
2151 _GL_FUNCDECL_SYS (sinl, long double, (long double x));
2167 _GL_FUNCDECL_SYS (sinhf, float, (float x));
2183 _GL_FUNCDECL_SYS (sqrtf, float, (float x));
2206 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
2223 _GL_FUNCDECL_SYS (tanf, float, (float x));
2238 _GL_FUNCDECL_SYS (tanl, long double, (long double x));
2254 _GL_FUNCDECL_SYS (tanhf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2298 _GL_FUNCDECL_SYS (trunc, double, (double x));
2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x));