Searched refs:FE_ALL_EXCEPT (Results 1 - 21 of 21) sorted by relevance

/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Dfenv.h1 #define FE_ALL_EXCEPT 0 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
11 #define FE_ALL_EXCEPT 124 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
11 #define FE_ALL_EXCEPT 124 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
11 #define FE_ALL_EXCEPT 124 macro
/seL4-camkes-master/projects/musllibc/src/fenv/
H A Dfeholdexcept.c6 feclearexcept(FE_ALL_EXCEPT);
H A Dfeupdateenv.c5 int ex = fetestexcept(FE_ALL_EXCEPT);
/seL4-camkes-master/projects/musllibc/arch/arm/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
10 #define FE_ALL_EXCEPT 31 macro
/seL4-camkes-master/projects/musllibc/arch/arm_sel4/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
10 #define FE_ALL_EXCEPT 31 macro
/seL4-camkes-master/projects/musllibc/arch/sh/bits/
H A Dfenv.h3 #define FE_ALL_EXCEPT 0 macro
16 #define FE_ALL_EXCEPT 0x7c macro
/seL4-camkes-master/projects/musllibc/src/fenv/s390x/
H A Dfenv.c17 mask &= FE_ALL_EXCEPT;
24 mask &= FE_ALL_EXCEPT;
31 return get_fpc() & mask & FE_ALL_EXCEPT;
/seL4-camkes-master/projects/musllibc/arch/aarch64/bits/
H A Dfenv.h6 #define FE_ALL_EXCEPT 31 macro
/seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/
H A Dfenv.h6 #define FE_ALL_EXCEPT 31 macro
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Dfenv.h12 #define FE_ALL_EXCEPT 0x00f80000 macro
/seL4-camkes-master/projects/musllibc/src/fenv/powerpc64/
H A Dfenv.c28 mask &= FE_ALL_EXCEPT;
36 mask &= FE_ALL_EXCEPT;
44 return get_fpscr() & mask & FE_ALL_EXCEPT;
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dfenv.h2 #define FE_ALL_EXCEPT 0 macro
16 #define FE_ALL_EXCEPT 0x3e000000 macro
/seL4-camkes-master/projects/musllibc/arch/i386/bits/
H A Dfenv.h8 #define FE_ALL_EXCEPT 63 macro
/seL4-camkes-master/projects/musllibc/arch/i386_sel4/bits/
H A Dfenv.h8 #define FE_ALL_EXCEPT 63 macro
/seL4-camkes-master/projects/musllibc/arch/x32/bits/
H A Dfenv.h8 #define FE_ALL_EXCEPT 63 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64/bits/
H A Dfenv.h8 #define FE_ALL_EXCEPT 63 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dfenv.h8 #define FE_ALL_EXCEPT 63 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dfenv.h12 #define FE_ALL_EXCEPT 0x3e000000 macro

Completed in 49 milliseconds