Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h283 int float128_to_int32( float128 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h275 int float128_to_int32( float128 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h275 int float128_to_int32( float128 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h275 int float128_to_int32( float128 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h283 int float128_to_int32( float128 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h259 !!!int32 float128_to_int32( float128 );
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt210 float128_to_int32 float128_to_int64
H A Dtimesoftfloat.c2338 time_a_float128_z_int32( float128_to_int32 ); in timeFunctionVariety()
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4310 int32 float128_to_int32( float128 a ) in float128_to_int32() function