Home
last modified time | relevance | path

Searched refs:updated_fpscr (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/arm/
Dfeenablxcpt.c27 fpu_control_t fpscr, new_fpscr, updated_fpscr; in feenableexcept() local
43 _FPU_GETCW (updated_fpscr); in feenableexcept()
45 if (new_fpscr & ~updated_fpscr) in feenableexcept()
Dfesetenv.c27 fpu_control_t fpscr, new_fpscr, updated_fpscr; in __fesetenv() local
57 _FPU_GETCW (updated_fpscr); in __fesetenv()
59 return new_fpscr & ~updated_fpscr; in __fesetenv()
Dfeupdateenv.c27 fpu_control_t fpscr, new_fpscr, updated_fpscr; in __feupdateenv() local
63 _FPU_GETCW (updated_fpscr); in __feupdateenv()
65 if (new_fpscr & ~updated_fpscr) in __feupdateenv()