Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h123 #define floatx80_to_float32 __truncxfsf2 macro
H A Dsoftfloat.txt215 floatx80_to_float32 floatx80_to_float64 floatx80_to_float128
H A Dtimesoftfloat.c2289 time_a_floatx80_z_float32( floatx80_to_float32 ); in timeFunctionVariety()
/freebsd-12.1/tools/test/testfloat/sparc64/
H A Dsoftfloat.h200 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h241 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h241 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h241 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h233 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h233 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h233 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h217 float32 floatx80_to_float32( floatx80 );
/freebsd-12.1/tools/test/testfloat/
H A DtestFunction.c912 floatx80_to_float32, syst_floatx80_to_float32 ); in testFunctionVariety()
H A Dtestsoftfloat.c607 slow_floatx80_to_float32, floatx80_to_float32 ); in testFunctionVariety()
H A Dtestfloat.txt268 floatx80_to_float32 floatx80_to_float64 floatx80_to_float128
/freebsd-12.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3452 float32 floatx80_to_float32( floatx80 a ) in floatx80_to_float32() function