Home
last modified time | relevance | path

Searched refs:float64_to_int64 (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h190 long long float64_to_int64( float64 );
/freebsd-10-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h190 long long float64_to_int64( float64 );
/freebsd-10-stable/lib/libc/mips/softfloat/
Dsoftfloat.h197 long long float64_to_int64( float64 );
/freebsd-10-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h163 long float64_to_int64( float64 );
/freebsd-10-stable/lib/libc/arm/softfloat/
Dsoftfloat.h197 long long float64_to_int64( float64 );
/freebsd-10-stable/lib/libc/softfloat/templates/
Dsoftfloat.h176 !!!int64 float64_to_int64( float64 );
/freebsd-10-stable/tools/test/testfloat/
DtestFunction.c788 test_a_float64_z_int64( float64_to_int64, syst_float64_to_int64 ); in testFunctionVariety()
Dtestsoftfloat.c519 test_a_float64_z_int64( slow_float64_to_int64, float64_to_int64 ); in testFunctionVariety()
Dtestfloat.txt262 float32_to_int32 float64_to_int64
/freebsd-10-stable/lib/libc/softfloat/
Dsoftfloat.txt209 float32_to_int32 float64_to_int64
Dtimesoftfloat.c2218 time_a_float64_z_int64( float64_to_int64 ); in timeFunctionVariety()
/freebsd-10-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c2410 int64 float64_to_int64( float64 a ) in float64_to_int64() function