Searched refs:int64_to_float128 (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat-qp.h76 #define int64_to_float128 _softfloat_int64_to_float128 macro
H A Dsoftfloat.h145 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dqp.c266 *c = int64_to_float128(a);
275 *c = int64_to_float128((long long)(a>>1));
280 *c = int64_to_float128((long long)a);
288 *c = int64_to_float128((long long)a);
H A Dsoftfloat-qp.h76 #define int64_to_float128 _softfloat_int64_to_float128 macro
H A Dsoftfloat.h140 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h62 #define int64_to_float128 __floatditf macro
H A Dtimesoftfloat.c1938 { "int64_to_float128", 1, FALSE, FALSE, FALSE, FALSE },
2146 time_a_int64_z_float128( int64_to_float128 );
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h140 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h140 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h142 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h138 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h138 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h139 float128 int64_to_float128( long long );
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h128 float128 int64_to_float128( !!!int64 );
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h170 float128 int64_to_float128( int64_t );
/netbsd-current/sys/lib/libkern/
H A Dsoftfloat.h169 float128 int64_to_float128( int64_t );
H A Dsoftfloat.c1277 float128 int64_to_float128( int64 a ) function
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c76 { "int64_to_float128", 1, FALSE, FALSE },
694 test_a_int64_z_float128( int64_to_float128, syst_int64_to_float128 );
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1348 float128 int64_to_float128( int64 a ) function

Completed in 318 milliseconds