| /trueos/tools/regression/lib/msun/ |
| HD | test-fenv.c | 52 FE_OVERFLOW | FE_UNDERFLOW) 60 FE_UNDERFLOW, 162 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0) { in test_fetestclearexcept() 222 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0) { in test_feraiseexcept() 233 assert(feraiseexcept(FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT) == 0); in test_feraiseexcept() 295 if ((excepts & (FE_UNDERFLOW | FE_OVERFLOW)) != 0 && in test_fegsetenv() 327 assert((feenableexcept(FE_UNDERFLOW) & ALL_STD_EXCEPT) == in test_masking() 330 (FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)); in test_masking() 331 assert((fegetexcept() & ALL_STD_EXCEPT) == (FE_INVALID | FE_UNDERFLOW)); in test_masking() 333 (FE_INVALID | FE_UNDERFLOW)); in test_masking() [all …]
|
| HD | test-invtrig.c | 299 test2(atan2f, 0x1.0p-100, 0x1.0p100, 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 300 test2(atan2, 0x1.0p-1000, 0x1.0p1000, 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 302 ldexpl(1.0, LDBL_MAX_EXP - 100), 0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 303 test2(atan2f, -0x1.0p-100, 0x1.0p100, -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 304 test2(atan2, -0x1.0p-1000, 0x1.0p1000, -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny() 306 ldexpl(1.0, LDBL_MAX_EXP - 100), -0.0, FE_INEXACT | FE_UNDERFLOW); in test_tiny()
|
| HD | test-fma.c | 114 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes() 116 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes() 118 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes()
|
| HD | test-utils.h | 41 FE_OVERFLOW | FE_UNDERFLOW)
|
| HD | test-exponential.c | 110 testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT); in run_generic_tests()
|
| HD | test-next.c | 78 static const int ex_under = FE_UNDERFLOW | FE_INEXACT; /* shorthand */ in main()
|
| /trueos/lib/msun/ia64/ |
| HD | fenv.h | 46 #define FE_UNDERFLOW 0x10 macro 49 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW) 134 if (__excepts & FE_UNDERFLOW) { in feraiseexcept()
|
| /trueos/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()
|
| /trueos/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)
|
| /trueos/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)
|
| /trueos/lib/msun/mips/ |
| HD | fenv.h | 45 #define FE_UNDERFLOW 0x0008 macro 48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /trueos/lib/msun/x86/ |
| HD | fenv.h | 46 #define FE_UNDERFLOW 0x10 macro 49 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
|
| /trueos/lib/msun/ld80/ |
| HD | s_logl.c | 544 if (fetestexcept(FE_UNDERFLOW)) in k_logl() 654 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
|
| /trueos/lib/msun/ld128/ |
| HD | s_logl.c | 555 if (fetestexcept(FE_UNDERFLOW)) in k_logl() 664 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
|
| /trueos/contrib/libc++/include/ |
| D | cfenv | 25 FE_UNDERFLOW
|
| D | module.modulemap | 61 FE_UNDERFLOW, FE_DOWNWARD, FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD,
|
| /trueos/tools/regression/usr.bin/cc/ |
| HD | float.c | 44 FE_OVERFLOW | FE_UNDERFLOW)
|
| /trueos/lib/libc/arm/softfloat/ |
| HD | softfloat.h | 104 float_flag_underflow = FE_UNDERFLOW,
|
| /trueos/lib/msun/src/ |
| HD | s_fmal.c | 202 feraiseexcept(FE_UNDERFLOW); in fmal()
|
| HD | s_fma.c | 214 feraiseexcept(FE_UNDERFLOW); in fma()
|
| /trueos/lib/libc/mips/softfloat/ |
| HD | softfloat.h | 104 float_flag_underflow = FE_UNDERFLOW,
|