Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libm/msun/
Dnearbyint_test.c100 CHECK_FPEQUAL(out, libnearbyintf(in)); in test_nearby()
101 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
102 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
107 CHECK_FPEQUAL(out, nearbyintf(in)); in test_nearby()
108 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
109 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
133 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
134 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
135 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
136 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
[all …]
Dcsqrt_test.c289 CHECK_FPEQUAL(b, x * x * 2); in test_precision()
291 CHECK_FPEQUAL(x, creall(result)); in test_precision()
292 CHECK_FPEQUAL(x, cimagl(result)); in test_precision()
Dexponential_test.c63 CHECK_FPEQUAL((func)(_d), (result)); \
Dtest-utils.h150 #define CHECK_FPEQUAL(x, y) CHECK_FPEQUAL_CS(x, y, true) macro
Dtrig_test.c66 CHECK_FPEQUAL((func)(_d), (result)); \
Dlogarithm_test.c64 CHECK_FPEQUAL((func)(_d), (result)); \
Dfma_test.c58 CHECK_FPEQUAL((func)(_vx, _vy, _vz), (result)); \