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

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c133 ATF_CHECK(fegetexcept() == (FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW
140 ATF_CHECK(fegetexcept() == FE_DIVBYZERO);
176 feenableexcept(FE_DIVBYZERO);
H A Dt_scalbn.c97 fetestexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW),
/freebsd-13-stable/lib/msun/arm/
H A Dfenv.h45 #define FE_DIVBYZERO 0x0002 macro
51 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
54 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/freebsd-13-stable/lib/msun/mips/
H A Dfenv.h47 #define FE_DIVBYZERO 0x0002 macro
54 #define FE_DIVBYZERO 0x0020 macro
59 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.h52 #define FE_DIVBYZERO 0x0008 macro
56 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/freebsd-13-stable/lib/msun/tests/
H A Dfenv_test.c53 FE_DIVBYZERO,
104 if (excepts & FE_DIVBYZERO) {
298 ATF_CHECK_EQ(0, feraiseexcept(FE_INVALID | FE_DIVBYZERO));
299 ATF_CHECK_EQ((FE_INVALID | FE_DIVBYZERO), fetestexcept(ALL_STD_EXCEPT));
435 raise = FE_DIVBYZERO | FE_INVALID;
504 raise = FE_DIVBYZERO | FE_INVALID;
H A Dcexp_test.c201 FE_INVALID | FE_DIVBYZERO, 0, 1);
204 FE_INVALID | FE_DIVBYZERO, 0, 1);
207 FE_INVALID | FE_DIVBYZERO, 0, 1);
210 FE_INVALID | FE_DIVBYZERO, 0, 1);
H A Dlogarithm_test.c119 testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
120 testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
121 testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
H A Dtest-utils.h43 #define ALL_STD_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | \
/freebsd-13-stable/lib/msun/aarch64/
H A Dfenv.h43 #define FE_DIVBYZERO 0x00000002 macro
47 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
/freebsd-13-stable/lib/msun/powerpc/
H A Dfenv.h46 #define FE_DIVBYZERO 0x04000000 macro
70 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
89 #define _ENABLE_MASK ((FE_DIVBYZERO | FE_INEXACT | FE_INVALID | \
/freebsd-13-stable/lib/msun/x86/
H A Dfenv.h47 #define FE_DIVBYZERO 0x04 macro
51 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
/freebsd-13-stable/lib/libc/arm/softfloat/
H A Dsoftfloat.h106 float_flag_divbyzero = FE_DIVBYZERO,
/freebsd-13-stable/lib/libc/mips/softfloat/
H A Dsoftfloat.h106 float_flag_divbyzero = FE_DIVBYZERO,
/freebsd-13-stable/lib/libc/riscv/softfloat/
H A Dsoftfloat.h106 float_flag_divbyzero = FE_DIVBYZERO,
/freebsd-13-stable/tools/regression/usr.bin/cc/
H A Dfloat.c43 #define ALL_STD_EXCEPT (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | \

Completed in 150 milliseconds