Home
last modified time | relevance | path

Searched refs:float32_to_float128 (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/lib/libc/softfloat/
HDsoftfloat-for-gcc.h115 #define float32_to_float128 __extendsftf2 macro
HDsoftfloat.txt212 float32_to_float64 float32_to_floatx80 float32_to_float128
HDtimesoftfloat.c2166 time_a_float32_z_float128( float32_to_float128 ); in timeFunctionVariety()
/freebsd-head/lib/libc/powerpc/softfloat/
HDsoftfloat.h156 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/arm/softfloat/
HDsoftfloat.h160 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h156 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/riscv/softfloat/
HDsoftfloat.h160 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/powerpc64/softfloat/
HDsoftfloat.h156 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/softfloat/templates/
HDsoftfloat.h145 float128 float32_to_float128( float32 );
/freebsd-head/lib/libc/softfloat/bits64/
HDsoftfloat.c1606 float128 float32_to_float128( float32 a ) in float32_to_float128() function