Home
last modified time | relevance | path

Searched defs:check_equal (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-f2xm1.c1116 int check_equal(long double res, long double expected) in check_equal() function
H A Dtest-i386-fyl2x.c1135 int check_equal(long double res, long double expected) in check_equal() function
H A Dtest-i386-fpatan.c1045 int check_equal(long double res, long double expected) in check_equal() function
H A Dtest-i386-fyl2xp1.c1130 int check_equal(long double res, long double expected) in check_equal() function
/openbmc/qemu/tests/unit/
H A Dcheck-qobject.c71 #define check_equal(...) \ macro
/openbmc/u-boot/test/py/tests/
H A Dtest_fit.py265 def check_equal(expected_fname, actual_fname, failure_msg): function