Home
last modified time | relevance | path

Searched refs:float32_to_uint32_round_to_zero (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h98 #define float32_to_uint32_round_to_zero __fixunssfsi macro
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h149 unsigned int float32_to_uint32_round_to_zero( float32 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h148 unsigned int float32_to_uint32_round_to_zero( float32 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h148 unsigned int float32_to_uint32_round_to_zero( float32 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h148 unsigned int float32_to_uint32_round_to_zero( float32 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h149 unsigned int float32_to_uint32_round_to_zero( float32 );
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5563 uint32 float32_to_uint32_round_to_zero( float32 a ) in float32_to_uint32_round_to_zero() function