Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
749 test_ab_float32_z_flag( float32_le, syst_float32_le ); in testFunctionVariety()
754 test_ab_float32_z_flag( float32_lt, syst_float32_lt ); in testFunctionVariety()
759 test_ab_float32_z_flag( in testFunctionVariety()
765 test_ab_float32_z_flag( float32_le_quiet, syst_float32_le_quiet ); in testFunctionVariety()
770 test_ab_float32_z_flag( float32_lt_quiet, syst_float32_lt_quiet ); in testFunctionVariety()
H A Dtestsoftfloat.c490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
493 test_ab_float32_z_flag( slow_float32_le, float32_le ); in testFunctionVariety()
496 test_ab_float32_z_flag( slow_float32_lt, float32_lt ); in testFunctionVariety()
499 test_ab_float32_z_flag( in testFunctionVariety()
503 test_ab_float32_z_flag( slow_float32_le_quiet, float32_le_quiet ); in testFunctionVariety()
506 test_ab_float32_z_flag( slow_float32_lt_quiet, float32_lt_quiet ); in testFunctionVariety()
H A DtestLoops.h75 test_ab_float32_z_flag(
H A DtestLoops.c1241 test_ab_float32_z_flag( in test_ab_float32_z_flag() function