HomeSort by relevance Sort by last modified time
    Searched refs:test_fcmp (Results 1 - 4 of 4) sorted by null

  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 70 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/memcheck/tests/x86/
more_x86_fp.c 60 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/VEX/test/
test-amd64.c 590 void test_fcmp(double a, double b) function
777 test_fcmp(2, -1);
778 test_fcmp(2, 2);
779 test_fcmp(2, 3);
    [all...]
test-i386.c 552 void test_fcmp(double a, double b) function
739 test_fcmp(2, -1);
740 test_fcmp(2, 2);
741 test_fcmp(2, 3);
    [all...]

Completed in 110 milliseconds