Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsystfloat.h118 float64 syst_float32_to_float64( float32 );
H A Dsystfloat.S229 .global syst_float32_to_float64
230 syst_float32_to_float64: label
H A Dfpu_util.c251 syst_float32_to_float64(float32 a) in syst_float32_to_float64() function
/freebsd-12.1/tools/test/testfloat/
H A Dsystfloat.c141 float64 syst_float32_to_float64( float32 a ) in syst_float32_to_float64() function
H A DtestFunction.c692 float32_to_float64, syst_float32_to_float64 ); in testFunctionVariety()