Home
last modified time | relevance | path

Searched refs:float64_to_int64 (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h200 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h199 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h223 int64_t float64_to_int64( float64 );
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h216 int64_t float64_to_int64( float64 );
H A Dsoftfloat.c2318 int64 float64_to_int64( float64 a ) in float64_to_int64() function
2362 return float64_to_int64(a); in float64_to_uint64()
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h175 !!!int64 float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h189 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h191 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h194 long long float64_to_int64( float64 );
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h198 long long float64_to_int64( float64 );
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c822 test_a_float64_z_int64( float64_to_int64, syst_float64_to_int64 ); in testFunctionVariety()
/netbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c357 tfc.i = tfb.sign ? float64_to_int64(tfb.i) : float64_to_uint64(tfb.i); in cvt_tq_gq()
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat.txt208 float32_to_int32 float64_to_int64
H A Dtimesoftfloat.c2220 time_a_float64_z_int64( float64_to_int64 ); in timeFunctionVariety()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat.txt262 float32_to_int32 float64_to_int64
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2414 int64 float64_to_int64( float64 a ) in float64_to_int64() function