Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/
H A DtestFunction.c824 test_abz_float64( float64_add, syst_float64_add ); in testFunctionVariety()
829 test_abz_float64( float64_sub, syst_float64_sub ); in testFunctionVariety()
834 test_abz_float64( float64_mul, syst_float64_mul ); in testFunctionVariety()
839 test_abz_float64( float64_div, syst_float64_div ); in testFunctionVariety()
844 test_abz_float64( float64_rem, syst_float64_rem ); in testFunctionVariety()
H A Dtestsoftfloat.c548 test_abz_float64( slow_float64_add, float64_add ); in testFunctionVariety()
551 test_abz_float64( slow_float64_sub, float64_sub ); in testFunctionVariety()
554 test_abz_float64( slow_float64_mul, float64_mul ); in testFunctionVariety()
557 test_abz_float64( slow_float64_div, float64_div ); in testFunctionVariety()
560 test_abz_float64( slow_float64_rem, float64_rem ); in testFunctionVariety()
H A DtestLoops.h97 test_abz_float64(
H A DtestLoops.c1747 test_abz_float64( in test_abz_float64() function