Home
last modified time | relevance | path

Searched refs:floatx80_to_float128 (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h244 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h244 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h236 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h244 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h236 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h236 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h220 float128 floatx80_to_float128( floatx80 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c924 floatx80_to_float128, syst_floatx80_to_float128 ); in testFunctionVariety()
H A Dtestsoftfloat.c616 slow_floatx80_to_float128, floatx80_to_float128 ); in testFunctionVariety()
H A Dtestfloat.txt268 floatx80_to_float32 floatx80_to_float64 floatx80_to_float128
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat.txt215 floatx80_to_float32 floatx80_to_float64 floatx80_to_float128
H A Dtimesoftfloat.c2296 time_a_floatx80_z_float128( floatx80_to_float128 ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3512 float128 floatx80_to_float128( floatx80 a ) in floatx80_to_float128() function