Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsystfloat.h198 float64 syst_float128_to_float64( float128 );
H A Dsystfloat.S837 .global syst_float128_to_float64
838 syst_float128_to_float64: label
H A Dfpu_util.c562 syst_float128_to_float64(float128 a) in syst_float128_to_float64() function
/freebsd-12.1/tools/test/testfloat/
H A Dsystfloat.c482 float64 syst_float128_to_float64( float128 a ) in syst_float128_to_float64() function
H A DtestFunction.c1028 float128_to_float64, syst_float128_to_float64 ); in testFunctionVariety()