Searched refs:check_equal (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_fit.py | 265 def check_equal(expected_fname, actual_fname, failure_msg): function 367 check_equal(kernel, kernel_out, 'Kernel not loaded') 391 check_equal(kernel, kernel_out, 'Kernel not loaded') 392 check_equal(control_dtb, fdt_out, 'FDT not loaded') 403 check_equal(ramdisk, ramdisk_out, 'Ramdisk not loaded') 415 check_equal(loadables1, loadables1_out, 417 check_equal(loadables2, loadables2_out,
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-f2xm1.c | 1116 int check_equal(long double res, long double expected) in check_equal() function 1132 if (!check_equal(ld_res, tests[i].down) && in main() 1133 !check_equal(ld_res, tests[i].up)) { in main()
|
H A D | test-i386-fyl2xp1.c | 1130 int check_equal(long double res, long double expected) in check_equal() function 1147 if (!check_equal(ld_res, tests[i].down) && in main() 1148 !check_equal(ld_res, tests[i].up)) { in main()
|
H A D | test-i386-fpatan.c | 1045 int check_equal(long double res, long double expected) in check_equal() function 1062 if (!check_equal(ld_res, tests[i].down) && in main() 1063 !check_equal(ld_res, tests[i].up)) { in main()
|
H A D | test-i386-fyl2x.c | 1135 int check_equal(long double res, long double expected) in check_equal() function 1152 if (!check_equal(ld_res, tests[i].down) && in main() 1153 !check_equal(ld_res, tests[i].up)) { in main()
|
/openbmc/qemu/tests/unit/ |
H A D | check-qobject.c | 71 #define check_equal(...) \ macro 94 check_equal(u0, i0); in qobject_is_equal_num_test() 116 check_equal(btrue_0, btrue_1); in qobject_is_equal_bool_test() 117 check_equal(bfalse_0, bfalse_1); in qobject_is_equal_bool_test() 135 check_equal(str_base, str_built); in qobject_is_equal_string_test() 169 check_equal(list_0, list_1, list_cloned); in qobject_is_equal_list_test() 233 check_equal(dict_0, dict_1, dict_cloned); in qobject_is_equal_dict_test()
|