Home
last modified time | relevance | path

Searched refs:int64_to_float128 (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dqp.c266 *c = int64_to_float128(a); in _Qp_uitoq()
275 *c = int64_to_float128((long long)(a>>1)); in _Qp_uxtoq()
280 *c = int64_to_float128((long long)a); in _Qp_uxtoq()
288 *c = int64_to_float128((long long)a); in _Qp_xtoq()
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-src/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-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h62 #define int64_to_float128 __floatditf macro
H A Dsoftfloat.txt205 int32_to_float128 int64_to_float128
H A Dtimesoftfloat.c2146 time_a_int64_z_float128( int64_to_float128 ); in timeFunctionVariety()
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h138 float128 int64_to_float128( long long );
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h142 float128 int64_to_float128( long long );
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h140 float128 int64_to_float128( long long );
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h138 float128 int64_to_float128( long long );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h170 float128 int64_to_float128( int64_t );
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h169 float128 int64_to_float128( int64_t );
H A Dsoftfloat.c1277 float128 int64_to_float128( int64 a ) in int64_to_float128() function
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h128 float128 int64_to_float128( !!!int64 );
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h140 float128 int64_to_float128( long long );
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h139 float128 int64_to_float128( long long );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c694 test_a_int64_z_float128( int64_to_float128, syst_int64_to_float128 ); in testFunctionVariety()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat.txt259 int32_to_float128 int64_to_float128
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1348 float128 int64_to_float128( int64 a ) in int64_to_float128() function