Home
last modified time | relevance | path

Searched refs:float128_to_float64 (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h120 #define float128_to_float64 __trunctfdf2 macro
H A Dsoftfloat.txt216 float128_to_float32 float128_to_float64 float128_to_floatx80
H A Dtimesoftfloat.c2356 time_a_float128_z_float64( float128_to_float64 ); in timeFunctionVariety()
/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsoftfloat.h242 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h289 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h289 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h289 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h281 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h281 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h281 float64 float128_to_float64( float128 );
/freebsd-12.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h265 float64 float128_to_float64( float128 );
/freebsd-12.1/tools/test/testfloat/
H A DtestFunction.c1028 float128_to_float64, syst_float128_to_float64 ); in testFunctionVariety()
H A Dtestsoftfloat.c687 slow_float128_to_float64, float128_to_float64 ); in testFunctionVariety()
H A Dtestfloat.txt269 float128_to_float32 float128_to_float64 float128_to_floatx80
/freebsd-12.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4584 float64 float128_to_float64( float128 a ) in float128_to_float64() function