Home
last modified time | relevance | path

Searched refs:floatx80_to_int32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h236 int floatx80_to_int32( floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h228 int floatx80_to_int32( floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h228 int floatx80_to_int32( floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h236 int floatx80_to_int32( floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h212 !!!int32 floatx80_to_int32( floatx80 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt209 floatx80_to_int32 floatx80_to_int64
H A Dtimesoftfloat.c2274 time_a_floatx80_z_int32( floatx80_to_int32 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3292 int32 floatx80_to_int32( floatx80 a ) in floatx80_to_int32() function