Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c964 test_ab_floatx80_z_flag( floatx80_eq, syst_floatx80_eq ); in testFunctionVariety()
969 test_ab_floatx80_z_flag( floatx80_le, syst_floatx80_le ); in testFunctionVariety()
974 test_ab_floatx80_z_flag( floatx80_lt, syst_floatx80_lt ); in testFunctionVariety()
979 test_ab_floatx80_z_flag( in testFunctionVariety()
985 test_ab_floatx80_z_flag( floatx80_le_quiet, syst_floatx80_le_quiet ); in testFunctionVariety()
990 test_ab_floatx80_z_flag( floatx80_lt_quiet, syst_floatx80_lt_quiet ); in testFunctionVariety()
H A Dtestsoftfloat.c641 test_ab_floatx80_z_flag( slow_floatx80_eq, floatx80_eq ); in testFunctionVariety()
644 test_ab_floatx80_z_flag( slow_floatx80_le, floatx80_le ); in testFunctionVariety()
647 test_ab_floatx80_z_flag( slow_floatx80_lt, floatx80_lt ); in testFunctionVariety()
650 test_ab_floatx80_z_flag( in testFunctionVariety()
654 test_ab_floatx80_z_flag( slow_floatx80_le_quiet, floatx80_le_quiet ); in testFunctionVariety()
657 test_ab_floatx80_z_flag( slow_floatx80_lt_quiet, floatx80_lt_quiet ); in testFunctionVariety()
H A DtestLoops.h114 test_ab_floatx80_z_flag(
H A DtestLoops.c2147 test_ab_floatx80_z_flag( in test_ab_floatx80_z_flag() function