Lines Matching defs:WRAP
109 int WRAP(fegetenv)(fenv_t* __envp) { in WRAP() function
118 int WRAP(fesetenv)(const fenv_t* __envp) { in WRAP() function
126 int WRAP(feclearexcept)(int __excepts) { in WRAP() function
136 int WRAP(fegetexceptflag)(fexcept_t* __flagp, int __excepts) { in WRAP() function
144 int WRAP(fesetexceptflag)(const fexcept_t* __flagp, int __excepts) { in WRAP() function
157 int WRAP(feraiseexcept)(int __excepts) { in WRAP() function
169 int WRAP(fetestexcept)(int __excepts) { in WRAP() function
176 int WRAP(fegetround)(void) { in WRAP() function
182 int WRAP(fesetround)(int __round) { in WRAP() function
192 int WRAP(feholdexcept)(fenv_t* __envp) { in WRAP() function
201 int WRAP(feupdateenv)(const fenv_t* __envp) { in WRAP() function