fenv.h | 70 uint32_t __fpscr; member in struct:__anonbe1e05bd0108 75 #define __get_fpscr(__fpscr) \ 76 __asm__ __volatile__ ("sts fpscr,%0" : "=r" (__fpscr)) 77 #define __set_fpscr(__fpscr) \ 78 __asm__ __volatile__ ("lds %0,fpscr" : : "r" (__fpscr)) 85 fexcept_t __fpscr; local in function:feclearexcept 89 __get_fpscr(__fpscr); 90 __fpscr &= ~__excepts; 91 __set_fpscr(__fpscr); 99 fexcept_t __fpscr; local in function:fegetexceptflag 111 fexcept_t __fpscr; local in function:fesetexceptflag 141 fexcept_t __fpscr; local in function:feraiseexcept 170 fexcept_t __fpscr; local in function:fetestexcept 180 fexcept_t __fpscr; local in function:fegetround 189 fexcept_t __fpscr; local in function:fesetround 207 fexcept_t __fpscr; local in function:fegetenv 218 fexcept_t __fpscr; local in function:feholdexcept 244 fexcept_t __fpscr; local in function:feupdateenv 260 fexcept_t __fpscr, __oldmask; local in function:feenableexcept 273 fexcept_t __fpscr, __oldmask; local in function:fedisableexcept 286 fexcept_t __fpscr; local in function:fegetexcept [all...] |