Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.h92 void test_az_float64( float64 ( float64 ), float64 ( float64 ) );
H A DtestFunction.c819 test_az_float64( float64_round_to_int, syst_float64_round_to_int ); in testFunctionVariety()
849 test_az_float64( float64_sqrt, syst_float64_sqrt ); in testFunctionVariety()
H A Dtestsoftfloat.c545 test_az_float64( slow_float64_round_to_int, float64_round_to_int ); in testFunctionVariety()
563 test_az_float64( slow_float64_sqrt, float64_sqrt ); in testFunctionVariety()
H A DtestLoops.c1640 test_az_float64( in test_az_float64() function