Searched refs:FE_INEXACT (Results 1 - 25 of 25) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A Dnearbyint.c8 #ifdef FE_INEXACT
12 e = fetestexcept(FE_INEXACT);
15 #ifdef FE_INEXACT
17 feclearexcept(FE_INEXACT);
H A Dnearbyintf.c6 #ifdef FE_INEXACT
10 e = fetestexcept(FE_INEXACT);
13 #ifdef FE_INEXACT
15 feclearexcept(FE_INEXACT);
H A Dnearbyintl.c13 #ifdef FE_INEXACT
17 e = fetestexcept(FE_INEXACT);
20 #ifdef FE_INEXACT
22 feclearexcept(FE_INEXACT);
H A Dlrint.c28 #if LONG_MAX < 1U<<53 && defined(FE_INEXACT)
34 e = fetestexcept(FE_INEXACT);
37 feclearexcept(FE_INEXACT);
H A Dllrintl.c11 #elif defined(FE_INEXACT)
24 e = fetestexcept(FE_INEXACT);
27 feclearexcept(FE_INEXACT);
H A Dlrintl.c11 #elif defined(FE_INEXACT)
24 e = fetestexcept(FE_INEXACT);
27 feclearexcept(FE_INEXACT);
H A Dfmaf.c60 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
61 if (e < 0x3ff-126 && e >= 0x3ff-149 && fetestexcept(FE_INEXACT)) {
62 feclearexcept(FE_INEXACT);
66 if (fetestexcept(FE_INEXACT))
69 feraiseexcept(FE_INEXACT);
H A Dfma.c153 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
154 int e = fetestexcept(FE_INEXACT);
155 feclearexcept(FE_INEXACT);
158 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
159 if (getexp(z) < 0x3fff-1022 && fetestexcept(FE_INEXACT))
162 feraiseexcept(FE_INEXACT);
367 #ifdef FE_INEXACT
368 feraiseexcept(FE_INEXACT);
438 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
439 int e = fetestexcept(FE_INEXACT);
[all...]
H A Dfmal.c200 #ifdef FE_INEXACT
201 feraiseexcept(FE_INEXACT);
271 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
272 int e = fetestexcept(FE_INEXACT);
273 feclearexcept(FE_INEXACT);
278 #if defined(FE_INEXACT) && defined(FE_UNDERFLOW)
279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT))
282 feraiseexcept(FE_INEXACT);
/seL4-camkes-master/projects/musllibc/arch/aarch64/bits/
H A Dfenv.h5 #define FE_INEXACT 16 macro
/seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/
H A Dfenv.h5 #define FE_INEXACT 16 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Dfenv.h5 #define FE_INEXACT 4 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Dfenv.h5 #define FE_INEXACT 4 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Dfenv.h5 #define FE_INEXACT 4 macro
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Dfenv.h6 #define FE_INEXACT 0x00080000 macro
/seL4-camkes-master/projects/musllibc/arch/arm/bits/
H A Dfenv.h9 #define FE_INEXACT 16 macro
/seL4-camkes-master/projects/musllibc/arch/arm_sel4/bits/
H A Dfenv.h9 #define FE_INEXACT 16 macro
/seL4-camkes-master/projects/musllibc/arch/i386/bits/
H A Dfenv.h6 #define FE_INEXACT 32 macro
/seL4-camkes-master/projects/musllibc/arch/i386_sel4/bits/
H A Dfenv.h6 #define FE_INEXACT 32 macro
/seL4-camkes-master/projects/musllibc/arch/sh/bits/
H A Dfenv.h11 #define FE_INEXACT 0x04 macro
/seL4-camkes-master/projects/musllibc/arch/x32/bits/
H A Dfenv.h6 #define FE_INEXACT 32 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64/bits/
H A Dfenv.h6 #define FE_INEXACT 32 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dfenv.h6 #define FE_INEXACT 32 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dfenv.h6 #define FE_INEXACT 0x02000000 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dfenv.h10 #define FE_INEXACT 0x02000000 macro

Completed in 66 milliseconds