Home
last modified time | relevance | path

Searched refs:float64_to_floatx80 (Results 1 – 9 of 9) sorted by relevance

/src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h116 #define float64_to_floatx80 __extenddfxf2 macro
H A Dsoftfloat.txt213 float64_to_float32 float64_to_floatx80 float64_to_float128
H A Dtimesoftfloat.c2225 time_a_float64_z_floatx80( float64_to_floatx80 ); in timeFunctionVariety()
/src/lib/libc/arm/softfloat/
H A Dsoftfloat.h201 floatx80 float64_to_floatx80( float64 );
/src/lib/libc/riscv/softfloat/
H A Dsoftfloat.h201 floatx80 float64_to_floatx80( float64 );
/src/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h193 floatx80 float64_to_floatx80( float64 );
/src/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h193 floatx80 float64_to_floatx80( float64 );
/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h179 floatx80 float64_to_floatx80( float64 );
/src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2535 floatx80 float64_to_floatx80( float64 a ) in float64_to_floatx80() function