Home
last modified time | relevance | path

Searched refs:float32_to_floatx80 (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h115 #define float32_to_floatx80 __extendsfxf2 macro
H A Dsoftfloat.txt213 float32_to_float64 float32_to_floatx80 float32_to_float128
H A Dtimesoftfloat.c2164 time_a_float32_z_floatx80( float32_to_floatx80 ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h158 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h158 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h154 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h158 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h154 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h154 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h143 floatx80 float32_to_floatx80( float32 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c698 float32_to_floatx80, syst_float32_to_floatx80 ); in testFunctionVariety()
H A Dtestsoftfloat.c459 slow_float32_to_floatx80, float32_to_floatx80 ); in testFunctionVariety()
H A Dtestfloat.txt266 float32_to_float64 float32_to_floatx80 float32_to_float128
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1575 floatx80 float32_to_floatx80( float32 a ) in float32_to_floatx80() function