Home
last modified time | relevance | path

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

/NextBSD/lib/libc/softfloat/
HDsoftfloat-for-gcc.h62 #define int64_to_float128 __floatditf macro
HDsoftfloat.txt206 int32_to_float128 int64_to_float128
HDtimesoftfloat.c2144 time_a_int64_z_float128( int64_to_float128 ); in timeFunctionVariety()
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h122 float128 int64_to_float128( long );
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h139 float128 int64_to_float128( long long );
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h138 float128 int64_to_float128( long long );
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h139 float128 int64_to_float128( long long );
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h138 float128 int64_to_float128( long long );
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h129 float128 int64_to_float128( !!!int64 );
/NextBSD/tools/test/testfloat/
HDtestFunction.c660 test_a_int64_z_float128( int64_to_float128, syst_int64_to_float128 ); in testFunctionVariety()
HDtestsoftfloat.c428 test_a_int64_z_float128( slow_int64_to_float128, int64_to_float128 ); in testFunctionVariety()
HDtestfloat.txt259 int32_to_float128 int64_to_float128
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c1344 float128 int64_to_float128( int64 a ) in int64_to_float128() function