Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/softfloat/
HDsoftfloat-for-gcc.h114 #define float32_to_floatx80 __extendsfxf2 macro
HDsoftfloat.txt212 float32_to_float64 float32_to_floatx80 float32_to_float128
HDtimesoftfloat.c2161 time_a_float32_z_floatx80( float32_to_floatx80 ); in timeFunctionVariety()
/freebsd-head/lib/libc/powerpc/softfloat/
HDsoftfloat.h153 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/arm/softfloat/
HDsoftfloat.h157 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h153 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/riscv/softfloat/
HDsoftfloat.h157 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/powerpc64/softfloat/
HDsoftfloat.h153 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/softfloat/templates/
HDsoftfloat.h142 floatx80 float32_to_floatx80( float32 );
/freebsd-head/lib/libc/softfloat/bits64/
HDsoftfloat.c1572 floatx80 float32_to_floatx80( float32 a ) in float32_to_floatx80() function