Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h196 long long float64_to_int64( float64 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h196 long long float64_to_int64( float64 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h175 !!!int64 float64_to_int64( float64 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt208 float32_to_int32 float64_to_int64
H A Dtimesoftfloat.c2215 time_a_float64_z_int64( float64_to_int64 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2407 int64 float64_to_int64( float64 a ) in float64_to_int64() function