Searched refs:fpcr (Results 1 – 4 of 4) sorted by relevance
53 fpu_control_t fpcr; in fesetenv() local55 __get_fpcr(fpcr); in fesetenv()56 if (envp->__control != fpcr) { in fesetenv()109 fpu_control_t fpcr; in fegetround() local111 __get_fpcr(fpcr); in fegetround()112 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()116 fpu_control_t fpcr, new_fpcr; in fesetround() local119 __get_fpcr(fpcr); in fesetround()120 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()122 if (new_fpcr != fpcr) { in fesetround()[all …]
42 __u32 fpcr; member
64 __u32 fpcr; member
196 unsigned int fpcr:32;