Home
last modified time | relevance | path

Searched refs:fpcr (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/arm64/
Dfenv.c53 fpu_control_t fpcr; in fesetenv() local
55 __get_fpcr(fpcr); in fesetenv()
56 if (envp->__control != fpcr) { in fesetenv()
109 fpu_control_t fpcr; in fegetround() local
111 __get_fpcr(fpcr); in fegetround()
112 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()
116 fpu_control_t fpcr, new_fpcr; in fesetround() local
119 __get_fpcr(fpcr); in fesetround()
120 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()
122 if (new_fpcr != fpcr) { in fesetround()
[all …]
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h42 __u32 fpcr; member
Dptrace.h64 __u32 fpcr; member
/bionic/libc/include/sys/
Duser.h196 unsigned int fpcr:32;