Searched refs:test_fops (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/tests/amd64/ |
D | more_x87_fp.c | 42 void test_fops(double a, double b) in test_fops() function 255 test_fops(2, 3); in test_floats() 256 test_fops(1.4, -5); in test_floats()
|
/external/valgrind/memcheck/tests/x86/ |
D | more_x86_fp.c | 33 void test_fops(double a, double b) in test_fops() function 245 test_fops(2, 3); in test_floats() 246 test_fops(1.4, -5); in test_floats()
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 570 void test_fops(double a, double b) in test_fops() function 775 test_fops(2, 3); in test_floats() 776 test_fops(1.4, -5); in test_floats()
|
D | test-i386.c | 532 void test_fops(double a, double b) in test_fops() function 737 test_fops(2, 3); in test_floats() 738 test_fops(1.4, -5); in test_floats()
|