Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsystfloat.h144 float32 syst_float64_to_float32( float64 );
H A Dsystfloat.S521 .global syst_float64_to_float32
522 syst_float64_to_float32: label
H A Dfpu_util.c402 syst_float64_to_float32(float64 a) in syst_float64_to_float32() function
/freebsd-12.1/tools/test/testfloat/
H A Dsystfloat.c251 float32 syst_float64_to_float32( float64 a ) in syst_float64_to_float32() function
H A DtestFunction.c802 float64_to_float32, syst_float64_to_float32 ); in testFunctionVariety()