Searched refs:CHECK_FPEQUAL (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | nearbyint_test.c | 97 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 D | csqrt_test.c | 290 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 D | exponential_test.c | 61 CHECK_FPEQUAL((func)(_d), (result)); \
|
H A D | test-utils.h | 147 #define CHECK_FPEQUAL(x, y) CHECK_FPEQUAL_CS(x, y, true) macro
|
H A D | logarithm_test.c | 61 CHECK_FPEQUAL((func)(_d), (result)); \
|
H A D | trig_test.c | 63 CHECK_FPEQUAL((func)(_d), (result)); \
|
H A D | fma_test.c | 55 CHECK_FPEQUAL((func)(_vx, _vy, _vz), (result)); \
|