Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/test/testfloat/sparc64/
Dsoftfloat.h130 long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
Dsoftfloat.h150 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/powerpc/softfloat/
Dsoftfloat.h150 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/riscv/softfloat/
Dsoftfloat.h153 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/mips/softfloat/
Dsoftfloat.h153 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/arm/softfloat/
Dsoftfloat.h153 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
Dsoftfloat.h150 long long float32_to_int64( float32 );
/freebsd-12-stable/lib/libc/softfloat/templates/
Dsoftfloat.h139 !!!int64 float32_to_int64( float32 );
/freebsd-12-stable/tools/test/testfloat/
DtestFunction.c678 test_a_float32_z_int64( float32_to_int64, syst_float32_to_int64 ); in testFunctionVariety()
Dtestsoftfloat.c443 test_a_float32_z_int64( slow_float32_to_int64, float32_to_int64 ); in testFunctionVariety()
Dtestfloat.txt261 float32_to_int32 float32_to_int64
/freebsd-12-stable/lib/libc/softfloat/
Dsoftfloat.txt208 float32_to_int32 float32_to_int64
Dtimesoftfloat.c2154 time_a_float32_z_int64( float32_to_int64 ); in timeFunctionVariety()
/freebsd-12-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c1461 int64 float32_to_int64( float32 a ) in float32_to_int64() function