Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h71 #define uint32_to_floatx80 __floatunsixf macro
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h126 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h128 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h127 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h126 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h128 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h128 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h133 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h126 floatx80 uint32_to_floatx80( uint32 );
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1206 floatx80 uint32_to_floatx80( uint32 a ) in uint32_to_floatx80() function