Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c934 test_abz_floatx80( floatx80_add, syst_floatx80_add ); in testFunctionVariety()
939 test_abz_floatx80( floatx80_sub, syst_floatx80_sub ); in testFunctionVariety()
944 test_abz_floatx80( floatx80_mul, syst_floatx80_mul ); in testFunctionVariety()
949 test_abz_floatx80( floatx80_div, syst_floatx80_div ); in testFunctionVariety()
954 test_abz_floatx80( floatx80_rem, syst_floatx80_rem ); in testFunctionVariety()
H A Dtestsoftfloat.c623 test_abz_floatx80( slow_floatx80_add, floatx80_add ); in testFunctionVariety()
626 test_abz_floatx80( slow_floatx80_sub, floatx80_sub ); in testFunctionVariety()
629 test_abz_floatx80( slow_floatx80_mul, floatx80_mul ); in testFunctionVariety()
632 test_abz_floatx80( slow_floatx80_div, floatx80_div ); in testFunctionVariety()
635 test_abz_floatx80( slow_floatx80_rem, floatx80_rem ); in testFunctionVariety()
H A DtestLoops.h117 test_abz_floatx80(
H A DtestLoops.c2199 test_abz_floatx80( in test_abz_floatx80() function