Home
last modified time | relevance | path

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

/openbsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h35 #define int64_to_float64 __floatdidf macro
H A Dsoftfloat.h134 float64 int64_to_float64( long long ) __dso_protected;
H A Dtimesoftfloat.c2133 time_a_int64_z_float64( int64_to_float64 ); in timeFunctionVariety()
/openbsd/sys/lib/libkern/
H A Dsoftfloat.h172 float64 int64_to_float64( int64_t );
H A Dsoftfloat.c1304 float64 int64_to_float64( int64 a ) in int64_to_float64() function
/openbsd/sys/arch/alpha/alpha/
H A Dfp_complete.c306 tfc.i = int64_to_float64(tfb.i); in cvt_qt_dg_qg()
/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c1001 raw = int64_to_float64((int64_t)raw); in fpu_cvt_d()