Home
last modified time | relevance | path

Searched refs:floatx80_to_int64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h238 long long floatx80_to_int64( floatx80 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h230 long long floatx80_to_int64( floatx80 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h230 long long floatx80_to_int64( floatx80 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h230 long long floatx80_to_int64( floatx80 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h238 long long floatx80_to_int64( floatx80 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h214 !!!int64 floatx80_to_int64( floatx80 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt209 floatx80_to_int32 floatx80_to_int64
H A Dtimesoftfloat.c2280 time_a_floatx80_z_int64( floatx80_to_int64 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c3366 int64 floatx80_to_int64( floatx80 a ) in floatx80_to_int64() function