Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/amd64/
Dmore_x87_fp.c70 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/
Dmore_x86_fp.c60 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/
Dtest-i386.c552 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()
Dtest-amd64.c590 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()