Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.h73 void test_az_float32( float32 ( float32 ), float32 ( float32 ) );
H A DtestFunction.c709 test_az_float32( float32_round_to_int, syst_float32_round_to_int ); in testFunctionVariety()
739 test_az_float32( float32_sqrt, syst_float32_sqrt ); in testFunctionVariety()
H A Dtestsoftfloat.c469 test_az_float32( slow_float32_round_to_int, float32_round_to_int ); in testFunctionVariety()
487 test_az_float32( slow_float32_sqrt, float32_sqrt ); in testFunctionVariety()
H A DtestLoops.c1186 test_az_float32( in test_az_float32() function