Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_FUNCDECL_RPL

36 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
324 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
361 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
385 _GL_FUNCDECL_RPL (ceilf, float, (float x));
408 _GL_FUNCDECL_RPL (ceil, double, (double x));
422 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
605 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
630 _GL_FUNCDECL_RPL (expm1f, float, (float x));
653 _GL_FUNCDECL_RPL (expm1, double, (double x));
707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
732 _GL_FUNCDECL_RPL (floorf, float, (float x));
755 _GL_FUNCDECL_RPL (floor, double, (double x));
769 _GL_FUNCDECL_RPL (floorl, long double, (long double x));
794 _GL_FUNCDECL_RPL (fmaf, float, (float x, float y, float z));
817 _GL_FUNCDECL_RPL (fma, double, (double x, double y, double z));
840 _GL_FUNCDECL_RPL (fmal, long double,
869 _GL_FUNCDECL_RPL (fmodf, float, (float x, float y));
893 _GL_FUNCDECL_RPL (fmod, double, (double x, double y));
913 _GL_FUNCDECL_RPL (fmodl, long double, (long double x, long double y));
945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
975 _GL_FUNCDECL_RPL (frexp, double, (double x, int *expptr) _GL_ARG_NONNULL ((2)));
1000 _GL_FUNCDECL_RPL (frexpl, long double,
1031 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y));
1055 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1076 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y));
1100 _GL_FUNCDECL_RPL (ilogbf, int, (float x));
1123 _GL_FUNCDECL_RPL (ilogb, int, (double x));
1177 _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp));
1205 _GL_FUNCDECL_RPL (logf, float, (float x));
1229 _GL_FUNCDECL_RPL (log, double, (double x));
1249 _GL_FUNCDECL_RPL (logl, long double, (long double x));
1274 _GL_FUNCDECL_RPL (log10f, float, (float x));
1298 _GL_FUNCDECL_RPL (log10, double, (double x));
1318 _GL_FUNCDECL_RPL (log10l, long double, (long double x));
1343 _GL_FUNCDECL_RPL (log1pf, float, (float x));
1366 _GL_FUNCDECL_RPL (log1p, double, (double x));
1389 _GL_FUNCDECL_RPL (log1pl, long double, (long double x));
1413 _GL_FUNCDECL_RPL (log2f, float, (float x));
1437 _GL_FUNCDECL_RPL (log2, double, (double x));
1461 _GL_FUNCDECL_RPL (log2l, long double, (long double x));
1485 _GL_FUNCDECL_RPL (logbf, float, (float x));
1508 _GL_FUNCDECL_RPL (logb, double, (double x));
1531 _GL_FUNCDECL_RPL (logbl, long double, (long double x));
1555 _GL_FUNCDECL_RPL (modff, float, (float x, float *iptr) _GL_ARG_NONNULL ((2)));
1579 _GL_FUNCDECL_RPL (modf, double, (double x, double *iptr) _GL_ARG_NONNULL ((2)));
1599 _GL_FUNCDECL_RPL (modfl, long double, (long double x, long double *iptr)
1642 _GL_FUNCDECL_RPL (remainderf, float, (float x, float y));
1665 _GL_FUNCDECL_RPL (remainder, double, (double x, double y));
1688 _GL_FUNCDECL_RPL (remainderl, long double, (long double x, long double y));
1756 _GL_FUNCDECL_RPL (roundf, float, (float x));
1779 _GL_FUNCDECL_RPL (round, double, (double x));
1802 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
1889 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
1960 _GL_FUNCDECL_RPL (truncf, float, (float x));
1982 _GL_FUNCDECL_RPL (trunc, double, (double x));
2005 _GL_FUNCDECL_RPL (truncl, long double, (long double x));