Searched refs:CHECK_FP_EXCEPTIONS_MSG (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | lround_test.c | 44 CHECK_FP_EXCEPTIONS_MSG(excepts, FE_ALL_EXCEPT, "for %s(%s)", \
|
H A D | lrint_test.c | 49 CHECK_FP_EXCEPTIONS_MSG(excepts, FE_ALL_EXCEPT & ALL_STD_EXCEPT, \
|
H A D | exponential_test.c | 62 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|
H A D | fmaxmin_test.c | 50 CHECK_FP_EXCEPTIONS_MSG(0, ALL_STD_EXCEPT, \
|
H A D | test-utils.h | 196 #define CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, fmt, ...) \ macro
|
H A D | invtrig_test.c | 56 CHECK_FP_EXCEPTIONS_MSG(excepts, ALL_STD_EXCEPT, "for %s(%s)", \ 86 CHECK_FP_EXCEPTIONS_MSG(excepts, ALL_STD_EXCEPT, "for %s(%s)", \
|
H A D | logarithm_test.c | 62 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|
H A D | trig_test.c | 64 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|
H A D | cexp_test.c | 64 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|
H A D | fma_test.c | 56 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|
H A D | invctrig_test.c | 62 CHECK_FP_EXCEPTIONS_MSG(excepts, exceptmask, "for %s(%s)", \
|