Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1074 test_ab_float128_z_flag( float128_eq, syst_float128_eq ); in testFunctionVariety()
1079 test_ab_float128_z_flag( float128_le, syst_float128_le ); in testFunctionVariety()
1084 test_ab_float128_z_flag( float128_lt, syst_float128_lt ); in testFunctionVariety()
1089 test_ab_float128_z_flag( in testFunctionVariety()
1095 test_ab_float128_z_flag( float128_le_quiet, syst_float128_le_quiet ); in testFunctionVariety()
1100 test_ab_float128_z_flag( float128_lt_quiet, syst_float128_lt_quiet ); in testFunctionVariety()
H A Dtestsoftfloat.c717 test_ab_float128_z_flag( slow_float128_eq, float128_eq ); in testFunctionVariety()
720 test_ab_float128_z_flag( slow_float128_le, float128_le ); in testFunctionVariety()
723 test_ab_float128_z_flag( slow_float128_lt, float128_lt ); in testFunctionVariety()
726 test_ab_float128_z_flag( in testFunctionVariety()
730 test_ab_float128_z_flag( slow_float128_le_quiet, float128_le_quiet ); in testFunctionVariety()
733 test_ab_float128_z_flag( slow_float128_lt_quiet, float128_lt_quiet ); in testFunctionVariety()
H A DtestLoops.h136 test_ab_float128_z_flag(
H A DtestLoops.c2601 test_ab_float128_z_flag( in test_ab_float128_z_flag() function