Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h122 #define floatx80_to_float32 __truncxfsf2 macro
H A Dsoftfloat.txt214 floatx80_to_float32 floatx80_to_float64 floatx80_to_float128
H A Dtimesoftfloat.c2286 time_a_floatx80_z_float32( floatx80_to_float32 ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h240 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h232 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h232 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h232 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h240 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h216 float32 floatx80_to_float32( floatx80 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3449 float32 floatx80_to_float32( floatx80 a ) in floatx80_to_float32() function