Home
last modified time | relevance | path

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

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