Searched refs:test_fcmp (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.c | 70 void test_fcmp(double a, double b) in test_fcmp() function 257 test_fcmp(2, -1); in test_floats() 258 test_fcmp(2, 2); in test_floats() 259 test_fcmp(2, 3); in test_floats()
|
/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.c | 60 void test_fcmp(double a, double b) in test_fcmp() function 247 test_fcmp(2, -1); in test_floats() 248 test_fcmp(2, 2); in test_floats() 249 test_fcmp(2, 3); in test_floats()
|
/external/valgrind/main/VEX/test/ |
D | test-i386.c | 552 void test_fcmp(double a, double b) in test_fcmp() function 739 test_fcmp(2, -1); in test_floats() 740 test_fcmp(2, 2); in test_floats() 741 test_fcmp(2, 3); in test_floats()
|
D | test-amd64.c | 590 void test_fcmp(double a, double b) in test_fcmp() function 777 test_fcmp(2, -1); in test_floats() 778 test_fcmp(2, 2); in test_floats() 779 test_fcmp(2, 3); in test_floats()
|