Searched refs:CHECK_FPEQUAL (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/regress/lib/libm/msun/ |
| D | nearbyint_test.c | 100 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 …]
|
| D | csqrt_test.c | 289 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()
|
| D | exponential_test.c | 63 CHECK_FPEQUAL((func)(_d), (result)); \
|
| D | test-utils.h | 150 #define CHECK_FPEQUAL(x, y) CHECK_FPEQUAL_CS(x, y, true) macro
|
| D | trig_test.c | 66 CHECK_FPEQUAL((func)(_d), (result)); \
|
| D | logarithm_test.c | 64 CHECK_FPEQUAL((func)(_d), (result)); \
|
| D | fma_test.c | 58 CHECK_FPEQUAL((func)(_vx, _vy, _vz), (result)); \
|