| /NextBSD/lib/msun/tests/ |
| HD | fenv_test.c | 52 FE_OVERFLOW | FE_UNDERFLOW) 60 FE_UNDERFLOW, 189 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0) { in test_fetestclearexcept() 249 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0) { in test_feraiseexcept() 260 assert(feraiseexcept(FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT) == 0); in test_feraiseexcept() 322 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0 && in test_fegsetenv() 354 assert((feenableexcept(FE_UNDERFLOW) & ALL_STD_EXCEPT) == in test_masking() 357 (FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)); in test_masking() 358 assert((fegetexcept() & ALL_STD_EXCEPT) == (FE_INVALID | FE_UNDERFLOW)); in test_masking() 360 (FE_INVALID | FE_UNDERFLOW)); in test_masking() [all …]
|
| HD | invtrig_test.c | 315 test2(atan2f, 0x1.0p-100, 0x1.0p100, 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 316 test2(atan2, 0x1.0p-1000, 0x1.0p1000, 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 318 ldexpl(1.0, LDBL_MAX_EXP - 100), 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 319 test2(atan2f, -0x1.0p-100, 0x1.0p100, -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 320 test2(atan2, -0x1.0p-1000, 0x1.0p1000, -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 322 ldexpl(1.0, LDBL_MAX_EXP - 100), -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny()
|
| HD | fma_test.c | 116 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes() 118 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes() 120 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes()
|
| HD | test-utils.h | 41 FE_OVERFLOW | FE_UNDERFLOW)
|
| HD | exponential_test.c | 120 testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT); in run_generic_tests()
|
| HD | next_test.c | 78 static const int ex_under = FE_UNDERFLOW | FE_INEXACT; /* shorthand */ in main()
|
| /NextBSD/lib/msun/sparc64/ |
| HD | fenv.h | 45 #define FE_UNDERFLOW 0x00000080 macro 48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW) 139 if (__excepts & FE_UNDERFLOW) { in feraiseexcept()
|
| /NextBSD/lib/msun/arm/ |
| HD | fenv.h | 45 #define FE_UNDERFLOW 0x0008 macro 50 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW | FE_DENORMAL) 53 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/powerpc/ |
| HD | fenv.h | 44 #define FE_UNDERFLOW 0x08000000 macro 68 FE_ALL_INVALID | FE_OVERFLOW | FE_UNDERFLOW) 87 FE_OVERFLOW | FE_UNDERFLOW) >> _FPUSW_SHIFT)
|
| /NextBSD/lib/msun/mips/ |
| HD | fenv.h | 45 #define FE_UNDERFLOW 0x0008 macro 48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/riscv/ |
| HD | fenv.h | 54 #define FE_UNDERFLOW 0x0002 macro 57 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/aarch64/ |
| HD | fenv.h | 45 #define FE_UNDERFLOW 0x00000008 macro 48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/x86/ |
| HD | fenv.h | 46 #define FE_UNDERFLOW 0x10 macro 49 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/ld80/ |
| HD | s_logl.c | 544 if (fetestexcept(FE_UNDERFLOW)) in k_logl() 654 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
|
| /NextBSD/lib/msun/ld128/ |
| HD | s_logl.c | 555 if (fetestexcept(FE_UNDERFLOW)) in k_logl() 664 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
|
| /NextBSD/contrib/libc++/include/ |
| D | cfenv | 25 FE_UNDERFLOW
|
| D | module.modulemap | 61 FE_UNDERFLOW, FE_DOWNWARD, FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD,
|
| /NextBSD/tools/regression/usr.bin/cc/ |
| HD | float.c | 44 FE_OVERFLOW | FE_UNDERFLOW)
|
| /NextBSD/lib/msun/src/ |
| HD | s_fma.c | 214 feraiseexcept(FE_UNDERFLOW); in fma()
|
| HD | s_fmal.c | 202 feraiseexcept(FE_UNDERFLOW); in fmal()
|
| /NextBSD/lib/libc/mips/softfloat/ |
| HD | softfloat.h | 104 float_flag_underflow = FE_UNDERFLOW,
|
| /NextBSD/lib/libc/arm/softfloat/ |
| HD | softfloat.h | 104 float_flag_underflow = FE_UNDERFLOW,
|