Searched refs:int32_to_float32 (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h32 #define int32_to_float32 __floatsisf macro
H A Dsoftfloat.h124 float32 int32_to_float32( int ) __dso_protected;
H A Dsoftfloat.c527 float32 int32_to_float32( int32 a ) function
H A Dtimesoftfloat.c1920 { "int32_to_float32", 1, FALSE, TRUE, FALSE, FALSE },
2114 time_a_int32_z_float32( int32_to_float32 );
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h162 float32 int32_to_float32( int );
H A Dsoftfloat.c1174 float32 int32_to_float32( int32 a ) function
/openbsd-current/sys/arch/m88k/m88k/
H A Dm88110_fp.c191 dest->sng = int32_to_float32(tmp);
H A Dm88100_fp.c117 dest->sng = int32_to_float32(tmp);
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c1066 raw = int32_to_float32((int32_t)raw);

Completed in 118 milliseconds