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

  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 94 void test_fcvt(double a) function
260 test_fcvt(0.5);
261 test_fcvt(-0.5);
262 test_fcvt(1.0/7.0);
263 test_fcvt(-1.0/9.0);
264 test_fcvt(32768);
265 test_fcvt(-1e20);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 84 void test_fcvt(double a) function
250 test_fcvt(0.5);
251 test_fcvt(-0.5);
252 test_fcvt(1.0/7.0);
253 test_fcvt(-1.0/9.0);
254 test_fcvt(32768);
255 test_fcvt(-1e20);
  /external/valgrind/main/VEX/test/
test-amd64.c 614 void test_fcvt(double a) function
780 test_fcvt(0.5);
781 test_fcvt(-0.5);
782 test_fcvt(1.0/7.0);
783 test_fcvt(-1.0/9.0);
784 test_fcvt(32768);
785 test_fcvt(-1e20);
    [all...]
test-i386.c 576 void test_fcvt(double a) function
742 test_fcvt(0.5);
743 test_fcvt(-0.5);
744 test_fcvt(1.0/7.0);
745 test_fcvt(-1.0/9.0);
746 test_fcvt(32768);
747 test_fcvt(-1e20);
    [all...]

Completed in 248 milliseconds