/sysdeps/sh/bits/ |
A D | fenv.h | 33 FE_OVERFLOW = enumerator 34 #define FE_OVERFLOW 0x10 macro 35 FE_OVERFLOW, 45 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/aarch64/bits/ |
A D | fenv.h | 32 FE_OVERFLOW = enumerator 33 #define FE_OVERFLOW 4 macro 34 FE_OVERFLOW, 49 (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
|
/sysdeps/riscv/bits/ |
A D | fenv.h | 31 FE_OVERFLOW = enumerator 32 #define FE_OVERFLOW (0x04) macro 33 FE_OVERFLOW, 43 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/arc/bits/ |
A D | fenv.h | 31 FE_OVERFLOW = enumerator 32 # define FE_OVERFLOW (0x04) macro 33 FE_OVERFLOW, 43 (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
|
/sysdeps/sparc/fpu/bits/ |
A D | fenv.h | 32 FE_OVERFLOW = enumerator 33 #define FE_OVERFLOW (1 << 8) macro 34 FE_OVERFLOW, 47 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/arm/bits/ |
A D | fenv.h | 31 FE_OVERFLOW = enumerator 32 #define FE_OVERFLOW 4 macro 33 FE_OVERFLOW, 47 (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
|
/sysdeps/hppa/fpu/bits/ |
A D | fenv.h | 34 FE_OVERFLOW = enumerator 35 #define FE_OVERFLOW (1<<2) /* O */ macro 36 FE_OVERFLOW, 46 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/s390/fpu/bits/ |
A D | fenv.h | 32 FE_OVERFLOW = enumerator 33 #define FE_OVERFLOW 0x20 macro 34 FE_OVERFLOW, 51 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/ia64/bits/ |
A D | fenv.h | 36 FE_OVERFLOW = enumerator 37 #define FE_OVERFLOW (1 << 3) macro 38 FE_OVERFLOW, 53 #define FE_ALL_EXCEPT (FE_INEXACT | FE_UNDERFLOW | FE_OVERFLOW | FE_DIVBYZERO | FE_UNNORMAL | FE_IN…
|
/sysdeps/mips/bits/ |
A D | fenv.h | 35 FE_OVERFLOW = enumerator 36 # define FE_OVERFLOW 0x10 macro 37 FE_OVERFLOW, 47 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/csky/bits/ |
A D | fenv.h | 34 FE_OVERFLOW = enumerator 35 #define FE_OVERFLOW 0x04 macro 36 FE_OVERFLOW, 47 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/x86/fpu/bits/ |
A D | fenv.h | 33 FE_OVERFLOW = enumerator 34 #define FE_OVERFLOW 0x08 macro 35 FE_OVERFLOW, 45 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/m68k/bits/ |
A D | fenv.h | 38 FE_OVERFLOW = enumerator 39 # define FE_OVERFLOW (1 << 6) macro 40 FE_OVERFLOW, 47 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/powerpc/bits/ |
A D | fenv.h | 36 FE_OVERFLOW = enumerator 37 #define FE_OVERFLOW (1 << (31 - 3)) macro 38 FE_OVERFLOW, 113 (FE_INEXACT | FE_DIVBYZERO | FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID)
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | tst-strtold-ldbl-128ibm.c | 74 FE_OVERFLOW | FE_INEXACT, ERANGE); in do_test() 76 FE_OVERFLOW | FE_INEXACT, ERANGE); in do_test() 78 FE_OVERFLOW | FE_INEXACT, ERANGE); in do_test() 80 FE_OVERFLOW | FE_INEXACT, ERANGE); in do_test()
|
/sysdeps/alpha/fpu/bits/ |
A D | fenv.h | 52 FE_OVERFLOW = enumerator 53 #define FE_OVERFLOW (1 << 19) macro 54 FE_OVERFLOW,
|
/sysdeps/x86_64/fpu/ |
A D | fraiseexcpt.c | 51 if ((FE_OVERFLOW & excepts) != 0) in __feraiseexcept() 63 temp.__status_word |= FE_OVERFLOW; in __feraiseexcept()
|
/sysdeps/i386/fpu/ |
A D | fraiseexcpt.c | 49 if ((FE_OVERFLOW & excepts) != 0) in __feraiseexcept() 60 temp.__status_word |= FE_OVERFLOW; in __feraiseexcept()
|
/sysdeps/csky/fpu/ |
A D | fraiseexcpt.c | 51 if (FE_OVERFLOW & excepts) in __feraiseexcept() 96 if (FE_OVERFLOW & excepts) in __feraiseexcept()
|
/sysdeps/m68k/coldfire/fpu/ |
A D | fraiseexcpt.c | 59 raise_one_exception (FE_OVERFLOW); in __feraiseexcept()
|
/sysdeps/ia64/fpu/ |
A D | fraiseexcpt.c | 52 if (FE_OVERFLOW & excepts) in __feraiseexcept()
|
/sysdeps/hppa/fpu/ |
A D | fraiseexcpt.c | 65 if (excepts & FE_OVERFLOW) in __feraiseexcept()
|
/sysdeps/aarch64/fpu/ |
A D | fraiseexcpt.c | 61 if (FE_OVERFLOW & excepts) in __feraiseexcept()
|
/sysdeps/s390/fpu/ |
A D | fraiseexcpt.c | 71 if (FE_OVERFLOW & excepts) in __feraiseexcept()
|
/sysdeps/arm/ |
A D | fraiseexcpt.c | 71 if (FE_OVERFLOW & excepts) in __feraiseexcept()
|