Lines Matching refs:_GL_FUNCDECL_RPL
115 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
720 _GL_FUNCDECL_RPL (ceil, double, (double x));
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
965 _GL_FUNCDECL_RPL (expm1, double, (double x));
1019 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1044 _GL_FUNCDECL_RPL (floorf, float, (float x));
1067 _GL_FUNCDECL_RPL (floor, double, (double x));
1081 _GL_FUNCDECL_RPL (floorl, long double, (long double x));
1106 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z));
1129 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
1152 _GL_FUNCDECL_RPL (fmal, long double,
1181 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y));
1205 _GL_FUNCDECL_RPL (fmod, double, (double x, double y));
1225 _GL_FUNCDECL_RPL (fmodl, long double, (long double x, long double y));
1257 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
1287 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2)));
1312 _GL_FUNCDECL_RPL (frexpl, long double,
1343 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y));
1367 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1388 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y));
1412 _GL_FUNCDECL_RPL (ilogbf, int, (float x));
1435 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1489 _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp));
1517 _GL_FUNCDECL_RPL (logf, float, (float x));
1541 _GL_FUNCDECL_RPL (log, double, (double x));
1561 _GL_FUNCDECL_RPL (logl, long double, (long double x));
1586 _GL_FUNCDECL_RPL (log10f, float, (float x));
1610 _GL_FUNCDECL_RPL (log10, double, (double x));
1630 _GL_FUNCDECL_RPL (log10l, long double, (long double x));
1655 _GL_FUNCDECL_RPL (log1pf, float, (float x));
1678 _GL_FUNCDECL_RPL (log1p, double, (double x));
1701 _GL_FUNCDECL_RPL (log1pl, long double, (long double x));
1725 _GL_FUNCDECL_RPL (log2f, float, (float x));
1749 _GL_FUNCDECL_RPL (log2, double, (double x));
1773 _GL_FUNCDECL_RPL (log2l, long double, (long double x));
1797 _GL_FUNCDECL_RPL (logbf, float, (float x));
1820 _GL_FUNCDECL_RPL (logb, double, (double x));
1843 _GL_FUNCDECL_RPL (logbl, long double, (long double x));
1867 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1891 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1911 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
1954 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y));
1977 _GL_FUNCDECL_RPL (remainder, double, (double x, double y));
2000 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y));
2068 _GL_FUNCDECL_RPL (roundf, float, (float x));
2091 _GL_FUNCDECL_RPL (round, double, (double x));
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2201 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2294 _GL_FUNCDECL_RPL (trunc, double, (double x));
2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x));