Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnext_test.c73 static const int ex_under = FE_UNDERFLOW | FE_INEXACT; /* shorthand */ variable
109 test##prec(next(-0.0, 42.0), eps, ex_under); \ in ATF_TC_BODY()
110 test##prec(next(0.0, -42.0), -eps, ex_under); \ in ATF_TC_BODY()
111 test##prec(next(0.0, INFINITY), eps, ex_under); \ in ATF_TC_BODY()
112 test##prec(next(-0.0, -INFINITY), -eps, ex_under) in ATF_TC_BODY()
175 testboth(0x1p-1022, -INFINITY, 0x0.fffffffffffffp-1022, ex_under, ); in ATF_TC_BODY()
180 testboth(0x1p-126f, -INFINITY, 0x0.fffffep-126f, ex_under, f); in ATF_TC_BODY()
188 testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l); in ATF_TC_BODY()
196 0x0.fffffffffffffffep-16382L, ex_under, l); in ATF_TC_BODY()
207 0x0.ffffffffffffffffffffffffffffp-16382L, ex_under, l); in ATF_TC_BODY()