Home
last modified time | relevance | path

Searched refs:int64_to_float32 (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h58 #define int64_to_float32 __floatdisf macro
H A Dsoftfloat.txt202 int32_to_float32 int64_to_float32
203 int32_to_float64 int64_to_float32
H A Dtimesoftfloat.c2129 time_a_int64_z_float32( int64_to_float32 ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h131 float32 int64_to_float32( long long );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h132 float32 int64_to_float32( long long );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h132 float32 int64_to_float32( long long );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h132 float32 int64_to_float32( long long );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h131 float32 int64_to_float32( long long );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h122 float32 int64_to_float32( !!!int64 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1258 float32 int64_to_float32( int64 a ) in int64_to_float32() function