Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/amd64/
Dmore_x87_fp.c94 void test_fcvt(double a) in test_fcvt() function
260 test_fcvt(0.5); in test_floats()
261 test_fcvt(-0.5); in test_floats()
262 test_fcvt(1.0/7.0); in test_floats()
263 test_fcvt(-1.0/9.0); in test_floats()
264 test_fcvt(32768); in test_floats()
265 test_fcvt(-1e20); in test_floats()
/external/valgrind/memcheck/tests/x86/
Dmore_x86_fp.c84 void test_fcvt(double a) in test_fcvt() function
250 test_fcvt(0.5); in test_floats()
251 test_fcvt(-0.5); in test_floats()
252 test_fcvt(1.0/7.0); in test_floats()
253 test_fcvt(-1.0/9.0); in test_floats()
254 test_fcvt(32768); in test_floats()
255 test_fcvt(-1e20); in test_floats()
/external/valgrind/VEX/test/
Dtest-amd64.c614 void test_fcvt(double a) in test_fcvt() function
780 test_fcvt(0.5); in test_floats()
781 test_fcvt(-0.5); in test_floats()
782 test_fcvt(1.0/7.0); in test_floats()
783 test_fcvt(-1.0/9.0); in test_floats()
784 test_fcvt(32768); in test_floats()
785 test_fcvt(-1e20); in test_floats()
Dtest-i386.c576 void test_fcvt(double a) in test_fcvt() function
742 test_fcvt(0.5); in test_floats()
743 test_fcvt(-0.5); in test_floats()
744 test_fcvt(1.0/7.0); in test_floats()
745 test_fcvt(-1.0/9.0); in test_floats()
746 test_fcvt(32768); in test_floats()
747 test_fcvt(-1e20); in test_floats()