Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/
H A DtestFunction.c714 test_abz_float32( float32_add, syst_float32_add ); in testFunctionVariety()
719 test_abz_float32( float32_sub, syst_float32_sub ); in testFunctionVariety()
724 test_abz_float32( float32_mul, syst_float32_mul ); in testFunctionVariety()
729 test_abz_float32( float32_div, syst_float32_div ); in testFunctionVariety()
734 test_abz_float32( float32_rem, syst_float32_rem ); in testFunctionVariety()
H A Dtestsoftfloat.c472 test_abz_float32( slow_float32_add, float32_add ); in testFunctionVariety()
475 test_abz_float32( slow_float32_sub, float32_sub ); in testFunctionVariety()
478 test_abz_float32( slow_float32_mul, float32_mul ); in testFunctionVariety()
481 test_abz_float32( slow_float32_div, float32_div ); in testFunctionVariety()
484 test_abz_float32( slow_float32_rem, float32_rem ); in testFunctionVariety()
H A DtestLoops.h78 test_abz_float32(
H A DtestLoops.c1293 test_abz_float32( in test_abz_float32() function