Home
last modified time | relevance | path

Searched refs:expectedStr (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dunordtf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__unordtf2()
H A Dlttf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__lttf2()
H A Dnetf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__netf2()
H A Dgttf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__gttf2()
H A Dletf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__letf2()
H A Deqtf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__eqtf2()
H A Dgetf2_test.c29 "expected %s\n", a, b, x, expectedStr(expected)); in test__getf2()
H A Dfp_test.h194 static inline char *expectedStr(enum EXPECTED_RESULT expected) in expectedStr() function