Lines Matching defs:WRAP
23 int WRAP(fegetenv)(fenv_t* __envp) { in WRAP() function
30 int WRAP(fesetenv)(const fenv_t* __envp) { in WRAP() function
36 int WRAP(feclearexcept)(int __excepts) { in WRAP() function
44 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { in WRAP() function
51 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { in WRAP() function
60 int WRAP(feraiseexcept)(int __excepts) { in WRAP() function
66 int WRAP(fetestexcept)(int __excepts) { in WRAP() function
72 int WRAP(fegetround)(void) { in WRAP() function
78 int WRAP(fesetround)(int __round) { in WRAP() function
87 int WRAP(feholdexcept)(fenv_t* __envp) { in WRAP() function
96 int WRAP(feupdateenv)(const fenv_t* __envp) { in WRAP() function