Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c97 CHECK_FPEQUAL(out, libnearbyintf(in)); in test_nearby()
98 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
99 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
104 CHECK_FPEQUAL(out, nearbyintf(in)); in test_nearby()
105 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
106 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
130 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
131 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
132 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
133 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
[all …]
H A Dcsqrt_test.c290 CHECK_FPEQUAL(b, x * x * 2); in test_precision()
292 CHECK_FPEQUAL(x, creall(result)); in test_precision()
293 CHECK_FPEQUAL(x, cimagl(result)); in test_precision()
H A Dexponential_test.c61 CHECK_FPEQUAL((func)(_d), (result)); \
H A Dtest-utils.h147 #define CHECK_FPEQUAL(x, y) CHECK_FPEQUAL_CS(x, y, true) macro
H A Dlogarithm_test.c61 CHECK_FPEQUAL((func)(_d), (result)); \
H A Dtrig_test.c63 CHECK_FPEQUAL((func)(_d), (result)); \
H A Dfma_test.c55 CHECK_FPEQUAL((func)(_vx, _vy, _vz), (result)); \