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