Home
last modified time | relevance | path

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

/NextBSD/tools/test/testfloat/
HDtestFunction.c854 test_ab_float64_z_flag( float64_eq, syst_float64_eq ); in testFunctionVariety()
859 test_ab_float64_z_flag( float64_le, syst_float64_le ); in testFunctionVariety()
864 test_ab_float64_z_flag( float64_lt, syst_float64_lt ); in testFunctionVariety()
869 test_ab_float64_z_flag( in testFunctionVariety()
875 test_ab_float64_z_flag( float64_le_quiet, syst_float64_le_quiet ); in testFunctionVariety()
880 test_ab_float64_z_flag( float64_lt_quiet, syst_float64_lt_quiet ); in testFunctionVariety()
HDtestsoftfloat.c566 test_ab_float64_z_flag( slow_float64_eq, float64_eq ); in testFunctionVariety()
569 test_ab_float64_z_flag( slow_float64_le, float64_le ); in testFunctionVariety()
572 test_ab_float64_z_flag( slow_float64_lt, float64_lt ); in testFunctionVariety()
575 test_ab_float64_z_flag( in testFunctionVariety()
579 test_ab_float64_z_flag( slow_float64_le_quiet, float64_le_quiet ); in testFunctionVariety()
582 test_ab_float64_z_flag( slow_float64_lt_quiet, float64_lt_quiet ); in testFunctionVariety()
HDtestLoops.h94 test_ab_float64_z_flag(
HDtestLoops.c1695 test_ab_float64_z_flag( in test_ab_float64_z_flag() function