Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h198 long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h231 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h231 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/riscv/softfloat/
Dsoftfloat.h239 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/mips/softfloat/
Dsoftfloat.h239 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/arm/softfloat/
Dsoftfloat.h239 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
Dsoftfloat.h231 long long floatx80_to_int64( floatx80 );
/freebsd-12-stable/lib/libc/softfloat/templates/
Dsoftfloat.h215 !!!int64 floatx80_to_int64( floatx80 );
/freebsd-12-stable/tools/test/testfloat/
DtestFunction.c898 test_a_floatx80_z_int64( floatx80_to_int64, syst_floatx80_to_int64 ); in testFunctionVariety()
Dtestsoftfloat.c596 test_a_floatx80_z_int64( slow_floatx80_to_int64, floatx80_to_int64 ); in testFunctionVariety()
Dtestfloat.txt263 floatx80_to_int32 floatx80_to_int64
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat.txt210 floatx80_to_int32 floatx80_to_int64
Dtimesoftfloat.c2283 time_a_floatx80_z_int64( floatx80_to_int64 ); in timeFunctionVariety()
/freebsd-12-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c3369 int64 floatx80_to_int64( floatx80 a ) in floatx80_to_int64() function