Home
last modified time | relevance | path

Searched refs:FE_DIVBYZERO (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/test/
Dfenv.c75 #ifdef FE_DIVBYZERO
76 #define my_divbyzero FE_DIVBYZERO
111 #ifdef FE_DIVBYZERO in e_to_str()
112 if (e == FE_DIVBYZERO) in e_to_str()
187 #if FE_DIVBYZERO
188 { .name = "Divide by zero", .value = FE_DIVBYZERO },
212 #if FE_DIVBYZERO in main()
213 TEST_CASE(one / zero, FE_DIVBYZERO); in main()
214 TEST_CASE(test_log(zero), FE_DIVBYZERO); in main()
Dmath_errhandling.c91 #ifdef FE_DIVBYZERO in e_to_str()
92 if (e == FE_DIVBYZERO) in e_to_str()
125 #ifdef FE_DIVBYZERO in e_to_str()
126 if (e & FE_DIVBYZERO) { in e_to_str()
128 e &= ~FE_DIVBYZERO; in e_to_str()
Dmath_errhandling_tests.c779 #ifndef FE_DIVBYZERO
780 #define FE_DIVBYZERO 0 macro
795 #define MY_EXCEPT (FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW)
853 TEST(atanh_1, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
854 TEST(atanh_neg1, -(FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
1023 TEST(gamma_0, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
1024 TEST(gamma_neg0, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
1025 TEST(gamma_neg1, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
1026 TEST(gamma_neg2, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
1028 TEST(gamma_negbig, (FLOAT_T)INFINITY, FE_DIVBYZERO, ERANGE),
[all …]
/picolibc-latest/newlib/libc/machine/sh/machine/
Dfenv.h59 #define FE_DIVBYZERO 0x0020 macro
61 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INVALID)
66 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/picolibc-latest/newlib/libc/machine/m68k/machine/
Dfenv.h52 #define FE_DIVBYZERO 0x0010 macro
56 FE_UNDERFLOW | FE_DIVBYZERO | FE_INEXACT)
/picolibc-latest/newlib/libc/machine/powerpc/machine/
Dfenv.h44 #define FE_DIVBYZERO 0x04000000 macro
68 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
87 #define _ENABLE_MASK ((FE_DIVBYZERO | FE_INEXACT | FE_INVALID | \
/picolibc-latest/newlib/libc/machine/riscv/machine/
Dfenv.h33 #define FE_DIVBYZERO 0x00000008 macro
38 #define FE_ALL_EXCEPT (FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW|FE_INEXACT)
/picolibc-latest/newlib/libc/machine/arm/machine/
Dfenv.h55 #define FE_DIVBYZERO 0x0002 macro
60 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/picolibc-latest/newlib/libc/machine/xtensa/machine/
Dfenv.h44 #define FE_DIVBYZERO 0x08 macro
51 (FE_DIVBYZERO | \
/picolibc-latest/newlib/libc/machine/sparc/machine/
Dfenv.h58 #define FE_DIVBYZERO 0x00000040 /* 0001000000 */
63 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
Dfenv-fp.h131 if (ex & FE_DIVBYZERO) { in feraiseexcept()
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfenv.h108 #define FE_DIVBYZERO (1 << 2)
120 (FE_INEXACT | FE_UNDERFLOW | FE_OVERFLOW | FE_DIVBYZERO | FE_INVALID)
/picolibc-latest/newlib/libc/sys/xtensa/include/
Dfenv.h39 #define FE_DIVBYZERO 0x08 macro
46 (FE_DIVBYZERO | \
/picolibc-latest/newlib/libc/machine/mips/machine/
Dfenv.h51 #define FE_DIVBYZERO 0x0020 macro
55 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/picolibc-latest/newlib/libc/machine/aarch64/machine/
Dfenv.h82 #define FE_DIVBYZERO 0x00000002 macro
86 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/picolibc-latest/newlib/libc/machine/spu/machine/
Dfenv.h104 #define FE_DIVBYZERO (FE_DIVBYZERO_SNGL | FE_DIVBYZERO_SNGL_1 | \ macro