Searched refs:test_fcmp (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c70 void test_fcmp(double a, double b) function
257 test_fcmp(2, -1);
258 test_fcmp(2, 2);
259 test_fcmp(2, 3);
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c60 void test_fcmp(double a, double b) function
247 test_fcmp(2, -1);
248 test_fcmp(2, 2);
249 test_fcmp(2, 3);
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c590 void test_fcmp(double a, double b) function
777 test_fcmp(2, -1);
778 test_fcmp(2, 2);
779 test_fcmp(2, 3);
H A Dtest-i386.c552 void test_fcmp(double a, double b) function
739 test_fcmp(2, -1);
740 test_fcmp(2, 2);
741 test_fcmp(2, 3);

Completed in 948 milliseconds