Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h59 #define int64_to_float64 __floatdidf macro
H A Dtimesoftfloat.c2132 time_a_int64_z_float64( int64_to_float64 ); in timeFunctionVariety()
/freebsd-14.2/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h133 float64 int64_to_float64( long long );
/freebsd-14.2/lib/libc/riscv/softfloat/
H A Dsoftfloat.h132 float64 int64_to_float64( long long );
/freebsd-14.2/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h133 float64 int64_to_float64( long long );
/freebsd-14.2/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h133 float64 int64_to_float64( long long );
/freebsd-14.2/lib/libc/arm/softfloat/
H A Dsoftfloat.h132 float64 int64_to_float64( long long );
/freebsd-14.2/lib/libc/softfloat/templates/
H A Dsoftfloat.h123 float64 int64_to_float64( !!!int64 );
/freebsd-14.2/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1291 float64 int64_to_float64( int64 a ) in int64_to_float64() function