Home
last modified time | relevance | path

Searched refs:FE_UNDERFLOW (Results 1 – 21 of 21) sorted by relevance

/trueos/tools/regression/lib/msun/
HDtest-fenv.c52 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 …]
HDtest-invtrig.c299 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()
HDtest-fma.c114 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()
HDtest-utils.h41 FE_OVERFLOW | FE_UNDERFLOW)
HDtest-exponential.c110 testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT); in run_generic_tests()
HDtest-next.c78 static const int ex_under = FE_UNDERFLOW | FE_INEXACT; /* shorthand */ in main()
/trueos/lib/msun/ia64/
HDfenv.h46 #define FE_UNDERFLOW 0x10 macro
49 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
134 if (__excepts & FE_UNDERFLOW) { in feraiseexcept()
/trueos/lib/msun/sparc64/
HDfenv.h45 #define FE_UNDERFLOW 0x00000080 macro
48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
139 if (__excepts & FE_UNDERFLOW) { in feraiseexcept()
/trueos/lib/msun/arm/
HDfenv.h45 #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/
HDfenv.h44 #define FE_UNDERFLOW 0x08000000 macro
68 FE_ALL_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
87 FE_OVERFLOW | FE_UNDERFLOW) >> _FPUSW_SHIFT)
/trueos/lib/msun/mips/
HDfenv.h45 #define FE_UNDERFLOW 0x0008 macro
48 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
/trueos/lib/msun/x86/
HDfenv.h46 #define FE_UNDERFLOW 0x10 macro
49 FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
/trueos/lib/msun/ld80/
HDs_logl.c544 if (fetestexcept(FE_UNDERFLOW)) in k_logl()
654 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
/trueos/lib/msun/ld128/
HDs_logl.c555 if (fetestexcept(FE_UNDERFLOW)) in k_logl()
664 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
/trueos/contrib/libc++/include/
Dcfenv25 FE_UNDERFLOW
Dmodule.modulemap61 FE_UNDERFLOW, FE_DOWNWARD, FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD,
/trueos/tools/regression/usr.bin/cc/
HDfloat.c44 FE_OVERFLOW | FE_UNDERFLOW)
/trueos/lib/libc/arm/softfloat/
HDsoftfloat.h104 float_flag_underflow = FE_UNDERFLOW,
/trueos/lib/msun/src/
HDs_fmal.c202 feraiseexcept(FE_UNDERFLOW); in fmal()
HDs_fma.c214 feraiseexcept(FE_UNDERFLOW); in fma()
/trueos/lib/libc/mips/softfloat/
HDsoftfloat.h104 float_flag_underflow = FE_UNDERFLOW,