Home
last modified time | relevance | path

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

/sysdeps/riscv/bits/
A Dfenv.h34 FE_DIVBYZERO = enumerator
35 #define FE_DIVBYZERO (0x08) macro
/sysdeps/sh/bits/
A Dfenv.h36 FE_DIVBYZERO = enumerator
37 #define FE_DIVBYZERO 0x20 macro
/sysdeps/aarch64/bits/
A Dfenv.h29 FE_DIVBYZERO = enumerator
30 #define FE_DIVBYZERO 2 macro
/sysdeps/sparc/fpu/bits/
A Dfenv.h38 FE_DIVBYZERO = enumerator
39 #define FE_DIVBYZERO (1 << 6) macro
/sysdeps/arc/bits/
A Dfenv.h28 FE_DIVBYZERO = enumerator
29 # define FE_DIVBYZERO (0x02) macro
/sysdeps/ia64/bits/
A Dfenv.h40 FE_DIVBYZERO = enumerator
41 #define FE_DIVBYZERO (1 << 2) macro
/sysdeps/arm/bits/
A Dfenv.h28 FE_DIVBYZERO = enumerator
29 #define FE_DIVBYZERO 2 macro
/sysdeps/s390/fpu/bits/
A Dfenv.h29 FE_DIVBYZERO = enumerator
30 #define FE_DIVBYZERO 0x40 macro
/sysdeps/hppa/fpu/bits/
A Dfenv.h31 FE_DIVBYZERO = enumerator
32 #define FE_DIVBYZERO (1<<3) /* Z */ macro
/sysdeps/mips/bits/
A Dfenv.h38 FE_DIVBYZERO = enumerator
39 # define FE_DIVBYZERO 0x20 macro
/sysdeps/alpha/fpu/bits/
A Dfenv.h56 FE_DIVBYZERO = enumerator
57 #define FE_DIVBYZERO (1 << 18) macro
/sysdeps/csky/bits/
A Dfenv.h31 FE_DIVBYZERO = enumerator
32 #define FE_DIVBYZERO 0x02 macro
/sysdeps/m68k/bits/
A Dfenv.h32 FE_DIVBYZERO = enumerator
33 # define FE_DIVBYZERO (1 << 4) macro
/sysdeps/powerpc/bits/
A Dfenv.h30 FE_DIVBYZERO = enumerator
31 #define FE_DIVBYZERO (1 << (31 - 5)) macro
/sysdeps/x86/fpu/bits/
A Dfenv.h30 FE_DIVBYZERO = enumerator
31 #define FE_DIVBYZERO 0x04 macro

Completed in 26 milliseconds