Home
last modified time | relevance | path

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

/bionic/libm/arm64/
Dfenv.c61 fpu_control_t fpcr; in fesetenv() local
63 __get_fpcr(fpcr); in fesetenv()
64 if (envp->__control != fpcr) { in fesetenv()
117 fpu_control_t fpcr; in fegetround() local
119 __get_fpcr(fpcr); in fegetround()
120 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()
124 fpu_control_t fpcr, new_fpcr; in fesetround() local
127 __get_fpcr(fpcr); in fesetround()
128 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()
130 if (new_fpcr != fpcr) { in fesetround()
[all …]
/bionic/libc/include/sys/
Duser.h188 unsigned int fpcr:32;
233 uint32_t fpcr;
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h39 __u32 fpcr; member
Dptrace.h61 __u32 fpcr; member