Home | History | Annotate | Download | only in posix

Lines Matching refs:FUNCTION

52   FUNCTION(feclearexcept, int (*f)(int));
53 FUNCTION(fegetenv, int (*f)(fenv_t*));
54 FUNCTION(fegetexceptflag, int (*f)(fexcept_t*, int));
55 FUNCTION(fegetround, int (*f)(void));
56 FUNCTION(feholdexcept, int (*f)(fenv_t*));
57 FUNCTION(feraiseexcept, int (*f)(int));
58 FUNCTION(fesetenv, int (*f)(const fenv_t*));
59 FUNCTION(fesetexceptflag, int (*f)(const fexcept_t*, int));
60 FUNCTION(fesetround, int (*f)(int));
61 FUNCTION(fetestexcept, int (*f)(int));
62 FUNCTION(feupdateenv, int (*f)(const fenv_t*));