Home
last modified time | relevance | path

Searched defs:FE_INVALID (Results 1 – 15 of 15) sorted by relevance

/sysdeps/riscv/bits/
A Dfenv.h37 FE_INVALID = enumerator
38 #define FE_INVALID (0x10) macro
/sysdeps/sh/bits/
A Dfenv.h39 FE_INVALID = enumerator
40 #define FE_INVALID 0x40 macro
/sysdeps/aarch64/bits/
A Dfenv.h26 FE_INVALID = enumerator
27 #define FE_INVALID 1 macro
/sysdeps/sparc/fpu/bits/
A Dfenv.h29 FE_INVALID = enumerator
30 #define FE_INVALID (1 << 9) macro
/sysdeps/arc/bits/
A Dfenv.h25 FE_INVALID = enumerator
26 # define FE_INVALID (0x01) macro
/sysdeps/ia64/bits/
A Dfenv.h48 FE_INVALID = enumerator
49 #define FE_INVALID (1 << 0) macro
/sysdeps/arm/bits/
A Dfenv.h25 FE_INVALID = enumerator
26 #define FE_INVALID 1 macro
/sysdeps/s390/fpu/bits/
A Dfenv.h26 FE_INVALID = enumerator
27 #define FE_INVALID 0x80 macro
/sysdeps/hppa/fpu/bits/
A Dfenv.h28 FE_INVALID = enumerator
29 #define FE_INVALID (1<<4) /* V */ macro
/sysdeps/mips/bits/
A Dfenv.h41 FE_INVALID = enumerator
42 # define FE_INVALID 0x40 macro
/sysdeps/alpha/fpu/bits/
A Dfenv.h60 FE_INVALID = enumerator
61 #define FE_INVALID (1 << 17) macro
/sysdeps/csky/bits/
A Dfenv.h28 FE_INVALID = enumerator
29 #define FE_INVALID 0x01 macro
/sysdeps/m68k/bits/
A Dfenv.h41 FE_INVALID = enumerator
42 # define FE_INVALID (1 << 7) macro
/sysdeps/powerpc/bits/
A Dfenv.h46 FE_INVALID = enumerator
47 #define FE_INVALID (1 << (31 - 2)) macro
/sysdeps/x86/fpu/bits/
A Dfenv.h26 FE_INVALID = enumerator
27 #define FE_INVALID 0x01 macro

Completed in 23 milliseconds