Home
last modified time | relevance | path

Searched refs:float128_to_int64 (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h285 long long float128_to_int64( float128 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h277 long long float128_to_int64( float128 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h277 long long float128_to_int64( float128 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h285 long long float128_to_int64( float128 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h261 !!!int64 float128_to_int64( float128 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt210 float128_to_int32 float128_to_int64
H A Dtimesoftfloat.c2344 time_a_float128_z_int64( float128_to_int64 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4389 int64 float128_to_int64( float128 a ) in float128_to_int64() function