Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.h134 void test_az_float128( float128 ( float128 ), float128 ( float128 ) );
H A DtestFunction.c1039 test_az_float128( float128_round_to_int, syst_float128_round_to_int ); in testFunctionVariety()
1069 test_az_float128( float128_sqrt, syst_float128_sqrt ); in testFunctionVariety()
H A Dtestsoftfloat.c696 test_az_float128( slow_float128_round_to_int, float128_round_to_int ); in testFunctionVariety()
714 test_az_float128( slow_float128_sqrt, float128_sqrt ); in testFunctionVariety()
H A DtestLoops.c2546 test_az_float128( in test_az_float128() function