Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h152 long long float32_to_int64( float32 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h149 long long float32_to_int64( float32 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h149 long long float32_to_int64( float32 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h149 long long float32_to_int64( float32 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h152 long long float32_to_int64( float32 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h138 !!!int64 float32_to_int64( float32 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt207 float32_to_int32 float32_to_int64
H A Dtimesoftfloat.c2151 time_a_float32_z_int64( float32_to_int64 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1458 int64 float32_to_int64( float32 a ) in float32_to_int64() function