Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h56 #define int32_to_float128 __floatsitf macro
H A Dsoftfloat.txt205 int32_to_float128 int64_to_float128
H A Dtimesoftfloat.c2125 time_a_int32_z_float128( int32_to_float128 ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h128 float128 int32_to_float128( int );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h130 float128 int32_to_float128( int );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h130 float128 int32_to_float128( int );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h128 float128 int32_to_float128( int );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h120 float128 int32_to_float128( !!!int32 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1221 float128 int32_to_float128( int32 a ) in int32_to_float128() function