Home
last modified time | relevance | path

Searched refs:syst_float128_to_float32 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsystfloat.h197 float32 syst_float128_to_float32( float128 );
H A Dsystfloat.S817 .global syst_float128_to_float32
818 syst_float128_to_float32: label
H A Dfpu_util.c553 syst_float128_to_float32(float128 a) in syst_float128_to_float32() function
/freebsd-12.1/tools/test/testfloat/
H A Dsystfloat.c473 float32 syst_float128_to_float32( float128 a ) in syst_float128_to_float32() function
H A DtestFunction.c1022 float128_to_float32, syst_float128_to_float32 ); in testFunctionVariety()